< prev index next >

tools/FxTestRunner/javatest_base/automated.jti.template

Print this page

        

@@ -1,10 +1,10 @@
 #JT Harness Configuration Interview
 #Tagged (@) values here will be set in 3 steps to support inheritance:
-# 1. from SUITE/javatest_files/automated.jti.base file
-# 2. from ClientTestRunner/javatest_base/automated.jti.base
-# 3. by values setup in ClientTestRunner/javatest_utils.xml
+# 1. from SUITE/javatest_files/automated.jti file
+# 2. from tools/FxTestRunner/javatest_base/automated.jti.base
+# 3. by values setup in tools/FxTestRunner/javatest_utils.xml
 INTERVIEW=@INTERVIEW@
 LOCALE=en_US
 NAME=default
 QUESTION=epilog
 TESTSUITE=@TESTSUITE@

@@ -30,7 +30,9 @@
 runmode=@runmode@
 external.output=@external.output@
 browserPath=@browserPath@
 javawsPath=@javawsPath@
 vmOptions=@vmOptions@
+addExports=@addExports@
+addExportsEnabled=@addExportsEnabled@
 remote=@remote@
 @javaPath=@
\ No newline at end of file
< prev index next >