[jbosstools-commits] JBoss Tools SVN: r30385 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Apr 6 12:29:09 EDT 2011


Author: yradtsevich
Date: 2011-04-06 12:29:09 -0400 (Wed, 06 Apr 2011)
New Revision: 30385

Modified:
   trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java
Log:
https://issues.jboss.org/browse/JBIDE-8691 : JUnit JBIDE2010Test.testElTemplateSimple2() fails after moving to XULRunner 1.9.2.16 and Eclipse 3.7

Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java	2011-04-06 16:00:10 UTC (rev 30384)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java	2011-04-06 16:29:09 UTC (rev 30385)
@@ -40,7 +40,7 @@
     protected static final String KEY_5 = "bean1.property3"; //$NON-NLS-1$
 
     /** The Constant VALUE_4. */
-    protected static final String VALUE_4 = "background: red"; //$NON-NLS-1$
+    protected static final String VALUE_4 = "background-color: red"; //$NON-NLS-1$
 
     /** The Constant KEY_4. */
     protected static final String KEY_4 = "bean1.property2"; //$NON-NLS-1$



More information about the jbosstools-commits mailing list