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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 3 18:01:08 EDT 2010


Author: dgolovin
Date: 2010-06-03 18:01:07 -0400 (Thu, 03 Jun 2010)
New Revision: 22532

Modified:
   trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java
Log:
testTitle method is commented

Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java	2010-06-03 21:57:35 UTC (rev 22531)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java	2010-06-03 22:01:07 UTC (rev 22532)
@@ -138,7 +138,7 @@
 	    performInvisibleTagTest("components/core/style.html", "style"); //$NON-NLS-1$ //$NON-NLS-2$
 	}
 
-	public void testTitle() throws Throwable {
+	public void _testTitle() throws Throwable {
 		performContentTest("components/core/title.html"); //$NON-NLS-1$
 	}
 



More information about the jbosstools-commits mailing list