Author: lzoubek(a)redhat.com
Date: 2010-07-08 04:44:14 -0400 (Thu, 08 Jul 2010)
New Revision: 23306
Modified:
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java
Log:
SWTBot ext: do not print whole stack trace on error
Modified:
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java
===================================================================
---
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java 2010-07-08
08:31:34 UTC (rev 23305)
+++
trunk/jst/tests/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/config/TestConfigurator.java 2010-07-08
08:44:14 UTC (rev 23306)
@@ -84,8 +84,8 @@
try {
currentConfig = new TestConfiguration("default", "");
} catch (Exception e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
+ // log only message, nothing
+ log.error(e.getMessage());
}
}
Show replies by date