Kaydet (Commit) 36e6706c authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev12 (1.3.2); FILE MERGED

2003/09/19 11:55:44 sw 1.3.2.1: #111722#
üst e19accfe
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: _XAccessibleValue.java,v $ * $RCSfile: _XAccessibleValue.java,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change:$Date: 2003-09-08 10:06:24 $ * last change:$Date: 2003-10-06 13:29:47 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -226,7 +226,11 @@ public class _XAccessibleValue extends MultiMethodTest { ...@@ -226,7 +226,11 @@ public class _XAccessibleValue extends MultiMethodTest {
log.println("Current value of another component from group: " + log.println("Current value of another component from group: " +
curValAnother); curValAnother);
log.println("Set value of base component to " + curValAnother); log.println("Set value of base component to " + curValAnother);
oObj.setCurrentValue(valAnotherFromGroup); if (tEnv.getTestCase().getObjectName().equals("AccessibleRadioButton")) {
anotherFromGroup.setCurrentValue(new Integer(curValBase));
} else {
oObj.setCurrentValue(valAnotherFromGroup);
}
log.println("Checking of values..."); log.println("Checking of values...");
int newValBase = getIntegerValue(oObj.getCurrentValue()); int newValBase = getIntegerValue(oObj.getCurrentValue());
int newValAnother = getIntegerValue( int newValAnother = getIntegerValue(
......
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