[jbosstools-commits] JBoss Tools SVN: r44133 - trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Sep 28 23:03:01 EDT 2012


Author: ldimaggio
Date: 2012-09-28 23:03:01 -0400 (Fri, 28 Sep 2012)
New Revision: 44133

Modified:
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java
Log:
Added more logging - seems to be a new flakey problem with console switching.



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-09-29 00:11:36 UTC (rev 44132)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java	2012-09-29 03:03:01 UTC (rev 44133)
@@ -144,6 +144,7 @@
 		boolean consoleSwitched = false;	
 		int switchLimit = 30;
 		int switchCounter = 0;
+		log.info("Switching the console");
 		consoleSwitched = console.switchConsole(configuredState.getServer().name);
 		while (!consoleSwitched) {
 			consoleSwitched = console.switchConsole(configuredState.getServer().name);



More information about the jbosstools-commits mailing list