< prev index next >

functional/SceneGraphTests/javatest_files/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 # The presentation name of the test suite
   2 name=SceneGraph Manual Tests
   3 
   4 # The ID for the test suite
   5 id=SceneGraphManualTests
   6 
   7 # The jar file containing the test suite's JavaTest plug in classes
   8 classpath=_CLASSPATH_
   9 
  10 # The test finder to use
  11 finder=client.test.runner.RunUITestFinder
  12 
  13 # The test suite to use
  14 testsuite=client.test.runner.BasicFXTestSuite
  15 
  16 # The configuration interview to use
  17 interview=client.test.runner.BasicFXInterview
  18 
   1 # The presentation name of the test suite
   2 name=SceneGraph Manual Tests
   3 
   4 # The ID for the test suite
   5 id=SceneGraphManualTests
   6 
   7 # The jar file containing the test suite's JavaTest plug in classes
   8 classpath=_CLASSPATH_
   9 
  10 # The test finder to use
  11 finder=client.test.runner.RunUITestFinder
  12 
  13 # The test suite to use
  14 testsuite=client.test.runner.BasicJcovFXTestSuite
  15 
  16 # The configuration interview to use
  17 interview=client.test.runner.BasicJcovFXInterview
  18 
< prev index next >