Base class "TT_SelectionCE" test script is executing, which is not required. So to avoid this adding below line in build.xml
<fileset dir="${tests.gui.srcpath}" excludes="*/TestTree/TT_SelectionCE.java" />
Also, added <unless="testfile"> condition to run the specific tests.
<fileset dir="${tests.gui.srcpath}" excludes="*/TestTree/TT_SelectionCE.java" />
Also, added <unless="testfile"> condition to run the specific tests.
- clones
-
CODETOOLS-7903865 Feature Tests - Adding two JavaTest GUI legacy automated test scripts
- New
- links to
-
Review(master) openjdk/jtharness/90