2 # BEGIN default properties for executing run-tests.xml standalone
\r 
   3 #       (these properties are already set if run-tests.xml is called
\r 
   4 #       from the postBuild target in custumTargets.xml) 
\r 
   8 # archivePrefix is used to determine to which location the build result must be 
\r 
  10 # if ${archivePrefix} == eclipse the folder will be ${test.eclipse.base} 
\r 
  11 # ${test.eclipse.host} otherwise. 
\r 
  12 # Note: The latter makes only sense if archive Prefix is set to ".". If it has
\r 
  13 # another value the eclipse host won't be created successfully. 
\r 
  16 # test.eclipse.zip must be a zip file for windows and tar file for linux
\r 
  17 test.eclipse.zip=C:/downloads/eclipse-SDK-3.2.1-win32.zip
\r 
  18 autotestsuite.trace=true
\r 
  19 autotestsuite.plugin.inclusions=.*test$
\r 
  20 autotestsuite.plugin.exclusions=
\r 
  21 autotestsuite.class.inclusions=.*
\r 
  22 autotestsuite.class.exclusions=.*\\.All.*;.*ServerCommunication.*
\r 
  25 # END default properties for executing run-tests.xml standalone
\r 
  28 # test.eclipse.host points to a directory where an Eclipse installation for the
\r 
  29 # tests will be built. Therefore ${test.eclipse.zip} will be extracted first and
\r 
  30 # then there will be additional plug-ins be "installed", which means they will
\r 
  31 # be extracted. The implication of this kind of installation is that the test 
\r 
  32 # Eclipse host must be called with the clean parameter later
\r 
  33 # It is expected that test.eclipse.host contains a subfolder eclipse.
\r 
  34 # The plug-ins which will be installed are the plug-ins located in
\r 
  35 # ${buildResultsDir} plus the eclipse test framework plus the autotestsuite.
\r 
  36 test.eclipse.base=${buildDirectory}/automatedTests
\r 
  38 test.eclipse.host=${test.eclipse.base}/eclipse
\r 
  40 # Denotes the ant script where the target ui-test is defined    
\r 
  41 test.library.xml=${test.eclipse.host}/plugins/org.eclipse.test_3.1.0/library.xml
\r 
  43 # Directory where the reports are collected
\r 
  44 test.result.dir=${test.eclipse.host}/test-reports
\r 
  46 # Specifies the overall report in ${test.result.dir}/xml
\r 
  47 test.aggregated.report=testReport_${buildLabel}.xml
\r 
  49 # Workspace for the tests. Particularly useful is ${test.workspace}/.metadata/.log 
\r 
  50 test.workspace=${test.eclipse.host}/workspace
\r