Author: nickboldt
Date: 2009-11-10 11:25:43 -0500 (Tue, 10 Nov 2009)
New Revision: 18572
Modified:
trunk/bpel/releng/testing.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-5171 wrong class name
Modified: trunk/bpel/releng/testing.properties
===================================================================
--- trunk/bpel/releng/testing.properties 2009-11-10 15:43:06 UTC (rev 18571)
+++ trunk/bpel/releng/testing.properties 2009-11-10 16:25:43 UTC (rev 18572)
@@ -3,9 +3,8 @@
#csv list of test plugins to run
testPluginsToRun=\
org.jboss.tools.bpel.ui.test
-#,org.jboss.tools.bpel.core.test
# 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.bpel.ui.test.suite=org.jboss.tools.bpel.ui.BPELUIAllTests
-#org.jboss.tools.bpel.core.test.suite=org.jboss.tools.bpel.core.BPELCoreAllTests
+org.jboss.tools.bpel.ui.test.suite=org.jboss.tools.bpel.ui.test.BpelUIAllTests
+