Author: nickboldt
Date: 2009-06-17 12:41:51 -0400 (Wed, 17 Jun 2009)
New Revision: 16015
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/testing.properties
Log:
helps when you read your own comments :)
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/testing.properties
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/testing.properties 2009-06-17 14:16:55
UTC (rev 16014)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/testing.properties 2009-06-17 16:41:51
UTC (rev 16015)
@@ -1,14 +1,12 @@
#extraVMargs="-Dfoo=bar"
-# TODO: list plugins to run
#csv list of test plugins to run
-#testPluginsToRun=\
-#org.jboss.tools.jbpm4.ui.test
-#org.jboss.tools.jbpm4.core.test
+testPluginsToRun=org.jboss.tools.jbpm.common.test,org.jboss.tools.flow.jpdl4.multipage.test
+#org.jboss.tools.flow.jpdl4.test
-#TODO: define which class in the above plugins to run
# 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
# <pluginname>.suite=<classname>
-#org.jboss.tools.jbpm4.ui.test.suite=org.jboss.tools.jbpm4.ui.jbpm4UIAllTests
-#org.jboss.tools.jbpm4.core.test.suite=org.jboss.tools.jbpm4.core.jbpm4CoreAllTests
+org.jboss.tools.jbpm.common.test.suite=org.jboss.tools.jbpm.AllTests
+org.jboss.tools.flow.jpdl4.multipage.test.suite=org.jboss.tools.flow.jpdl4.multipage.AllTests
+#org.jboss.tools.flow.jpdl4.test.suite=?.?.?.AllTests?