Author: jjankovi
Date: 2012-04-18 15:57:10 -0400 (Wed, 18 Apr 2012)
New Revision: 40304
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/annotation/AnnotationPropertiesTest.java
Log:
test template fixing to not import any project yet
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/annotation/AnnotationPropertiesTest.java
===================================================================
---
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/annotation/AnnotationPropertiesTest.java 2012-04-18
19:56:20 UTC (rev 40303)
+++
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/annotation/AnnotationPropertiesTest.java 2012-04-18
19:57:10 UTC (rev 40304)
@@ -37,6 +37,16 @@
return "WSService";
}
+ @Override
+ public void setup() {
+
+ }
+
+ @Override
+ public void cleanup() {
+
+ }
+
/**
* 1 there are no incorrectly checked annotations
* 2 there are no incorrectly unchecked annotations
Show replies by date