[jbosstools-commits] JBoss Tools SVN: r43977 - trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/common.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 24 12:16:27 EDT 2012


Author: yradtsevich
Date: 2012-09-24 12:16:27 -0400 (Mon, 24 Sep 2012)
New Revision: 43977

Modified:
   trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/common/CSSStyleListener.java
Log:
https://issues.jboss.org/browse/JBIDE-12318 : Test is failing on Eclipse Juno 4.2: SelectionLosingByPropertySheet_JBIDE4791.testSelectionLosingByPropertySheet

Modified: trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/common/CSSStyleListener.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/common/CSSStyleListener.java	2012-09-24 15:59:50 UTC (rev 43976)
+++ trunk/jst/plugins/org.jboss.tools.jst.css/src/org/jboss/tools/jst/css/common/CSSStyleListener.java	2012-09-24 16:16:27 UTC (rev 43977)
@@ -96,7 +96,6 @@
 		// So to workaround this, we call partActivated before any selectionChanged processing.
 		partActivated(part);
 		
-		System.out.println(part);
 		StyleContainer newStyle = CSSStyleManager.recognizeCSSStyle(selection);
 
 		if (isImportant(part)



More information about the jbosstools-commits mailing list