[jbosstools-commits] JBoss Tools SVN: r41104 - in trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests: examples and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 16 23:14:08 EDT 2012


Author: ldimaggio
Date: 2012-05-16 23:14:06 -0400 (Wed, 16 May 2012)
New Revision: 41104

Modified:
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/ESBAllBotTests.java
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java
Log:
Commented out editing test - JBIDE-11616



Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/ESBAllBotTests.java
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/ESBAllBotTests.java	2012-05-17 01:12:26 UTC (rev 41103)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/ESBAllBotTests.java	2012-05-17 03:14:06 UTC (rev 41104)
@@ -14,8 +14,10 @@
 import org.jboss.tools.esb.ui.bot.tests.examples.HelloWorldAction;
 import org.jboss.tools.esb.ui.bot.tests.examples.HelloWorldFileAction;
 import org.jboss.tools.esb.ui.bot.tests.examples.SmooksCSV2XML;
+import org.jboss.tools.esb.ui.bot.tests.examples.SmooksXML2POJO;
 import org.jboss.tools.esb.ui.bot.tests.examples.SmooksXML2XMLSimple;
 import org.jboss.tools.esb.ui.bot.tests.examples.SmooksXML2XMLDateManipulation;
+import org.jboss.tools.esb.ui.bot.tests.examples.SimpleEAPTest;
 import org.jboss.tools.esb.ui.bot.tests.examples.WebServiceConsumer1;
 import org.jboss.tools.esb.ui.bot.tests.examples.WebServiceProducer;
 import org.jboss.tools.ui.bot.ext.RequirementAwareSuite;
@@ -27,15 +29,17 @@
 	CreateRuntimeFromSOA.class,
 	NewProjectUsingRuntime.class,
 	NewProjectUsingBundledInEAP.class,
-	Editing.class,
+	//Editing.class,  // https://issues.jboss.org/browse/JBIDE-11616
 	HelloWorld.class,
 	HelloWorldAction.class,
 	HelloWorldFileAction.class,
-	WebServiceConsumer1.class,
-	WebServiceProducer.class,
 	SmooksCSV2XML.class,
+	SmooksXML2POJO.class,
 	SmooksXML2XMLDateManipulation.class,
-	SmooksXML2XMLSimple.class
+	SmooksXML2XMLSimple.class,
+	WebServiceConsumer1.class,
+	WebServiceProducer.class
+	//SimpleEAPTest.class
 	})
 @RunWith(RequirementAwareSuite.class)
 public class ESBAllBotTests {

Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java	2012-05-17 01:12:26 UTC (rev 41103)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java	2012-05-17 03:14:06 UTC (rev 41104)
@@ -61,7 +61,7 @@
 		openESBConfig();
 		
 		/* Temporary fix to workaround JBDS-2011 */
-		System.out.println ("DEBUG - name = " + getExampleProjectName() );
+		//System.out.println ("DEBUG - name = " + getExampleProjectName() );
 		if (!getExampleProjectName().equals("transform_CSV2XML")) {
 			assertProblemsView();
 		}



More information about the jbosstools-commits mailing list