< prev index next >

functional/SceneGraphTests/test/testsuite.jtt

Print this page
rev 313 : 8153304: SceneGraphTests can't be run with aurora
Summary: Manual testing javatest config was used instead of automated config.

*** 1,18 **** # The presentation name of the test suite ! name=SceneGraph Manual Tests # The ID for the test suite ! id=SceneGraphManualTests # The jar file containing the test suite's JavaTest plug in classes ! classpath= # The test finder to use ! finder=client.test.runner.RunUITestFinder # The test suite to use ! testsuite=client.test.runner.BasicFXTestSuite # The configuration interview to use ! interview=client.test.runner.BasicFXInterview --- 1,18 ---- # The presentation name of the test suite ! name=SceneGraph automated tests # The ID for the test suite ! id=SceneGraphAutomated # The jar file containing the test suite's JavaTest plug in classes ! classpath=_CLASSPATH_ # The test finder to use ! finder=client.test.runner.JUnitTestFinder # The test suite to use ! testsuite=client.test.runner.BasicJcovFXTestSuite # The configuration interview to use ! interview=client.test.runner.BasicJcovFXInterview
< prev index next >