[jbosstools-commits] JBoss Tools SVN: r41140 - trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri May 18 03:43:31 EDT 2012


Author: ljelinko
Date: 2012-05-18 03:43:31 -0400 (Fri, 18 May 2012)
New Revision: 41140

Modified:
   trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/DetectServerTemplate.java
Log:
Removed test method.

Modified: trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/DetectServerTemplate.java
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/DetectServerTemplate.java	2012-05-18 07:43:03 UTC (rev 41139)
+++ trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/DetectServerTemplate.java	2012-05-18 07:43:31 UTC (rev 41140)
@@ -30,7 +30,7 @@
 	protected abstract Server getExpectedServer();
 
 	@Test
-	public void detectJBoss71(){
+	public void detectServer(){
 		preferences = new RuntimeDetectionPreferencesDialog();
 		preferences.open();
 		preferences.addPath(RuntimeProperties.getInstance().getRuntimePath(getServerID()));



More information about the jbosstools-commits mailing list