Author: max.andersen(a)jboss.com
Date: 2008-01-17 09:29:33 -0500 (Thu, 17 Jan 2008)
New Revision: 5764
Modified:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java
Log:
add HibernateallMappingTest to 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 2008-01-17
13:50:56 UTC (rev 5763)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java 2008-01-17
14:29:33 UTC (rev 5764)
@@ -2,6 +2,8 @@
import java.io.IOException;
+import org.hibernate.eclipse.console.test.mappingproject.HibernateAllMappingTests;
+
import junit.framework.Test;
import junit.framework.TestSuite;
@@ -18,6 +20,7 @@
suite.addTestSuite( JavaFormattingTest.class );
suite.addTestSuite( OpenMappingTests.class );
+ suite.addTestSuite( HibernateAllMappingTests.class );
// core tests
//Properties properties = new Properties();
Show replies by date