[jbosstools-commits] JBoss Tools SVN: r43644 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 13 07:42:39 EDT 2012


Author: ljelinko
Date: 2012-09-13 07:42:39 -0400 (Thu, 13 Sep 2012)
New Revision: 43644

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTOpenExt.java
Log:
Reverted back

Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTOpenExt.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTOpenExt.java	2012-09-13 11:00:56 UTC (rev 43643)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTOpenExt.java	2012-09-13 11:42:39 UTC (rev 43644)
@@ -143,14 +143,6 @@
 	 * @return
 	 */
 	public SWTBot preferenceOpen(IPreference pref) {
-		System.out.println("java.awt.headless: " + System.getProperty("java.awt.headless"));
-		System.out.println("javaplugin.version: " + System.getProperty("javaplugin.version"));
-		System.out.println("os.name: " + System.getProperty("os.name"));
-		System.out.println("DISPLAY: " + System.getenv("DISPLAY"));
-		String osName = System.getProperty("os.name"); 
-		System.out.println("Result: " + Boolean.valueOf(("Linux".equals(osName) || "SunOS".equals(osName)) &&
-                                                (System.getenv("DISPLAY") == null)));
-		
 		if (SWTJBTExt.isRunningOnMacOs()){
 		  bot.shells()[0].pressShortcut(SWT.COMMAND, ',');  
 		}



More information about the jbosstools-commits mailing list