[jbosstools-commits] JBoss Tools SVN: r24171 - trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Aug 13 21:06:26 EDT 2010


Author: dgolovin
Date: 2010-08-13 21:06:26 -0400 (Fri, 13 Aug 2010)
New Revision: 24171

Modified:
   trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java
Log:
https://jira.jboss.org/browse/JBIDE-6838 commented incorrectly implemented tests

Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java	2010-08-14 00:04:16 UTC (rev 24170)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java	2010-08-14 01:06:26 UTC (rev 24171)
@@ -31,7 +31,8 @@
 		suite.addTestSuite(QueryPageViewerTest.class);
 		suite.addTestSuite(HBMInfoExtractorTest.class);
 		
-		suite.addTestSuite(CodeGenXMLFactoryTest.class);
+		// https://jira.jboss.org/browse/JBIDE-6838 
+		//suite.addTestSuite(CodeGenXMLFactoryTest.class);
 
 		// core tests
 		//Properties properties = new Properties();



More information about the jbosstools-commits mailing list