|
From: <mba...@us...> - 2007-02-18 16:54:12
|
Revision: 1968
http://svn.sourceforge.net/rubyeclipse/?rev=1968&view=rev
Author: mbarchfe
Date: 2007-02-18 08:54:06 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
run refactoring tests separately, since their test suites create TestCases dynamically
Modified Paths:
--------------
trunk/org.rubypeople.rdt.pluginbuilder/build-files/automatedTests/run-tests.xml
trunk/org.rubypeople.rdt.pluginbuilder/pluginbuilder.config
Modified: trunk/org.rubypeople.rdt.pluginbuilder/build-files/automatedTests/run-tests.xml
===================================================================
--- trunk/org.rubypeople.rdt.pluginbuilder/build-files/automatedTests/run-tests.xml 2007-02-18 16:53:06 UTC (rev 1967)
+++ trunk/org.rubypeople.rdt.pluginbuilder/build-files/automatedTests/run-tests.xml 2007-02-18 16:54:06 UTC (rev 1968)
@@ -72,6 +72,17 @@
<property name="vmargs" value="-Dautotest.debug=${autotestsuite.trace} -Dautotestsuite.plugin.inclusions=${autotestsuite.plugin.inclusions} -Dautotestsuite.plugin.exclusions=${autotestsuite.plugin.exclusions} -Dautotestsuite.class.inclusions=${autotestsuite.class.inclusions} -Dautotestsuite.class.exclusions=${autotestsuite.class.exclusions} -Dnet.sourceforge.cobertura.datafile=${cobertura.ser}" />
</ant>
+
+ <ant target="ui-test" antfile="${test.library.xml}" dir="${test.eclipse.host}">
+ <!-- use -clean because plug-ins have been unzipped into the eclipse folder -->
+ <property name="data-dir" value="${test.workspace} -clean" />
+ <property name="test-output" value="refactoring.xml" />
+ <property name="plugin-name" value="org.rubypeople.rdt.refactoring.tests" />
+ <property name="classname" value="org.rubypeople.rdt.refactoring.tests.TS_All" />
+ <property name="eclipse-home" value="${test.eclipse.host}" />
+
+ </ant>
+
</target>
<target name="run" depends="-init,runAllTestSuite" description="Run all tests and create a report.">
Modified: trunk/org.rubypeople.rdt.pluginbuilder/pluginbuilder.config
===================================================================
--- trunk/org.rubypeople.rdt.pluginbuilder/pluginbuilder.config 2007-02-18 16:53:06 UTC (rev 1967)
+++ trunk/org.rubypeople.rdt.pluginbuilder/pluginbuilder.config 2007-02-18 16:54:06 UTC (rev 1968)
@@ -1,5 +1,5 @@
-#Sun Feb 18 13:14:27 CET 2007
-autotestsuite.class.exclusions=.*FTC_.*
+#Sun Feb 18 17:29:33 CET 2007
+autotestsuite.class.exclusions=.*FTC_.*;.*\\.refactoring\\..*
test.eclipse.zip=C\:\\downloads\\eclipse-SDK-3.2.1-win32.zip
autotestsuite.trace=true
pluginbuilder.features=org.rubypeople.rdt,org.rubypeople.rdt-tests
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|