Kaydet (Commit) 8f04a4c0 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev16 (1.1.60); FILE MERGED

2004/03/10 10:28:43 sg 1.1.60.1: #115512#CHG: added own test for FollowStyle property
üst 4266b51f
......@@ -2,9 +2,9 @@
*
* $RCSfile: _Style.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:12:50 $
* last change:$Date: 2004-03-19 14:35:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -77,6 +77,12 @@ import lib.MultiPropertyTest;
*/
public class _Style extends MultiPropertyTest {
public void _FollowStyle() {
String style = (String)tEnv.getObjRelation("FollowStyle");
if (style == null) style = "Heading 1";
testProperty("FollowStyle", style, "Heading 2");
}
} // finish class _Style
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment