[jbosstools-commits] JBoss Tools SVN: r43188 - branches/jbosstools-3.3.x/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
Thu Aug 23 05:23:07 EDT 2012


Author: psuchy
Date: 2012-08-23 05:23:07 -0400 (Thu, 23 Aug 2012)
New Revision: 43188

Modified:
   branches/jbosstools-3.3.x/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/CheckSeamRuntimeTemplate.java
Log:
debugging tests for Windows compatibility

Modified: branches/jbosstools-3.3.x/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/CheckSeamRuntimeTemplate.java
===================================================================
--- branches/jbosstools-3.3.x/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/CheckSeamRuntimeTemplate.java	2012-08-23 08:58:43 UTC (rev 43187)
+++ branches/jbosstools-3.3.x/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/template/CheckSeamRuntimeTemplate.java	2012-08-23 09:23:07 UTC (rev 43188)
@@ -16,6 +16,12 @@
 	public void checkSeamRuntime(){
 		seamPreferences.open();
 		
+		System.err.println(seamPreferences.getRuntimes());
+		System.err.println(seamPreferences.getRuntimes().get(0).getLocation().toString());
+		System.err.println(seamPreferences.getRuntimes().get(0).getLocation().toPath().toString());
+		System.err.println(seamPreferences.getRuntimes().get(1).getLocation().toString());
+		System.err.println(seamPreferences.getRuntimes().get(1).getLocation().toPath().toString());
+		
 		assertThat(seamPreferences.getRuntimes().size(), is(1));
 		assertThat(seamPreferences.getRuntimes().get(0), new RuntimeMatcher(getExpectedRuntime()));
 	}



More information about the jbosstools-commits mailing list