diff options
author | Ralf Sternberg | 2011-09-25 19:34:22 +0000 |
---|---|---|
committer | Ralf Sternberg | 2011-09-25 19:34:22 +0000 |
commit | 8e3691dc23f53983c92228786eb9d3075c328cec (patch) | |
tree | 8d45f218098cf0e93be8b486e6fa0b9234150eec /releng | |
parent | 7d45b83709d054df61005086f96e951d62051da2 (diff) | |
download | org.eclipse.rap-8e3691dc23f53983c92228786eb9d3075c328cec.tar.gz org.eclipse.rap-8e3691dc23f53983c92228786eb9d3075c328cec.tar.xz org.eclipse.rap-8e3691dc23f53983c92228786eb9d3075c328cec.zip |
Remove testfixture from test build - bug 292961: Ship RWT Testfixture with SDK
https://bugs.eclipse.org/bugs/show_bug.cgi?id=292961
Diffstat (limited to 'releng')
-rw-r--r-- | releng/org.eclipse.rap.releng/runtime/pom-test.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.rap.releng/runtime/pom-test.xml b/releng/org.eclipse.rap.releng/runtime/pom-test.xml index b187d49685..4bbcd31a3b 100644 --- a/releng/org.eclipse.rap.releng/runtime/pom-test.xml +++ b/releng/org.eclipse.rap.releng/runtime/pom-test.xml @@ -34,7 +34,6 @@ <packaging>pom</packaging> <modules> - <module>../../../runtime.rwt.test/org.eclipse.rap.rwt.testfixture</module> <module>../../../runtime.rwt.test/org.eclipse.rap.rwt.test</module> <module>../../../runtime.rwt.test/org.eclipse.rap.rwt.osgi.test</module> </modules> @@ -82,8 +81,9 @@ <phase>test</phase> <configuration> <testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory> - <reportsDirectory>${surefire-report-path}</reportsDirectory> - <argLine>${test-arguments}</argLine> + <includes> + <include>**/*_Test.java</include> + </includes> </configuration> <goals> <goal>test</goal> |