Author: ldimaggio
Date: 2012-10-10 07:57:27 -0400 (Wed, 10 Oct 2012)
New Revision: 44410
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
Log:
Forcing an update to ExampleTest.java - changed text in logging only
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-10-10
11:00:36 UTC (rev 44409)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-10-10
11:57:27 UTC (rev 44410)
@@ -130,7 +130,7 @@
/* ldimaggi - debugging failures of SOA examples on Jenkins/Mac */
SWTBotShell shell = null;
- log.info("Downloading the example");
+ log.info("Downloading the example...");
try {
shell = bot.shell("Downloading...");
}
@@ -140,7 +140,7 @@
}
/* ldimaggi - debugging failures of SOA examples on Jenkins/Mac */
- log.info("Activate the downloading shell");
+ log.info("Activate the downloading shell...");
try {
shell.activate();
}
@@ -150,7 +150,7 @@
}
/* ldimaggi - debugging failures of SOA examples on Jenkins/Mac */
- log.info("waiting until shell closes");
+ log.info("waiting until shell closes...");
try {
bot.waitUntil(shellCloses(shell),Timing.time(projSize*20*1000));;
}
Show replies by date