Author: jjankovi
Date: 2012-04-17 09:43:05 -0400 (Tue, 17 Apr 2012)
New Revision: 40241
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/annotation/AnnotationPropertiesTest.java
Log:
template of new test added
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-17
13:42:31 UTC (rev 40240)
+++
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/annotation/AnnotationPropertiesTest.java 2012-04-17
13:43:05 UTC (rev 40241)
@@ -11,10 +11,7 @@
package org.jboss.tools.ws.ui.bot.test.annotation;
-import org.jboss.tools.ui.bot.ext.SWTJBTExt;
import org.jboss.tools.ws.ui.bot.test.rest.RESTfulTestBase;
-import org.jboss.tools.ws.ui.bot.test.rest.explorer.RESTfulExplorerTest;
-import org.jboss.tools.ws.ui.bot.test.uiutils.views.AnnotationProperties;
import org.junit.Test;
/**
@@ -47,17 +44,6 @@
@Test
public void testAbsenceOfAnnotation() {
- /*
- resourceHelper.copyResourceToClass(bot.editorByTitle(getWsName() + ".java"),
- RESTfulExplorerTest.class.
- getResourceAsStream(BASIC_WS_RESOURCE),
- false, getWsPackage(), getWsName());
-
- SWTJBTExt.selectTextInSourcePane(bot, getWsName() + ".java", getWsName(), 0,
0);
-
- AnnotationProperties annotProperties = new AnnotationProperties();
- */
-
}
/**
Show replies by date