Author: nickboldt
Date: 2010-04-27 19:14:11 -0400 (Tue, 27 Apr 2010)
New Revision: 21771
Modified:
trunk/modeshape/releng/build.properties
trunk/modeshape/releng/testing.properties
Log:
AllTests fails to run because Athena can't do JUnit4 yet
Modified: trunk/modeshape/releng/build.properties
===================================================================
--- trunk/modeshape/releng/build.properties 2010-04-27 22:43:34 UTC (rev 21770)
+++ trunk/modeshape/releng/build.properties 2010-04-27 23:14:11 UTC (rev 21771)
@@ -20,6 +20,7 @@
# on windows or mac, use testLocal; on linux use test (requires Xvnc or Xvfb)
#build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
+# TODO: support JUnit4 tests in Athena/PDE
build.steps=buildUpdate,buildTests,generateDigests,publish,cleanup
# If building from local sources, need these paths defined.
Modified: trunk/modeshape/releng/testing.properties
===================================================================
--- trunk/modeshape/releng/testing.properties 2010-04-27 22:43:34 UTC (rev 21770)
+++ trunk/modeshape/releng/testing.properties 2010-04-27 23:14:11 UTC (rev 21771)
@@ -2,8 +2,6 @@
testPluginsToRun=\
org.jboss.tools.modeshape.rest.test
-# TODO: define which suite to run within each test plugin; or, include a test.xml script
in
-# the test plugin to deviate from default one-suite-per-plugin operation
org.jboss.tools.modeshape.rest.test.suite=org.jboss.tools.modeshape.rest.test.AllTests
# could also add things like: -Xbootclasspath/a:/path/to/emma.jar ?
Show replies by date