[jbosstools-commits] JBoss Tools SVN: r39702 - trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Mar 21 09:30:30 EDT 2012


Author: jpeterka
Date: 2012-03-21 09:30:29 -0400 (Wed, 21 Mar 2012)
New Revision: 39702

Modified:
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java
Log:
New hibernate tests added into Hibernate bot test suite

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java	2012-03-21 13:28:24 UTC (rev 39701)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/src/org/jboss/tools/hb/ui/bot/suite/HibernateSuite.java	2012-03-21 13:30:29 UTC (rev 39702)
@@ -14,6 +14,8 @@
 import org.jboss.tools.hb.ui.bot.test.mappingfile.EditMappingFileTest;
 import org.jboss.tools.hb.ui.bot.test.perspective.JPAPerspectiveTest;
 import org.jboss.tools.hb.ui.bot.test.perspective.PerspectiveTest;
+import org.jboss.tools.hb.ui.bot.test.validation.AnnotationValidationTest;
+import org.jboss.tools.hb.ui.bot.test.view.JPADetailViewTest;
 import org.jboss.tools.ui.bot.ext.RequirementAwareSuite;
 import org.junit.runner.RunWith;
 import org.junit.runners.Suite.SuiteClasses;
@@ -41,6 +43,10 @@
 	/* perspective */
 	JPAPerspectiveTest.class,
 	PerspectiveTest.class,
+	/* validation */
+	AnnotationValidationTest.class,
+	/* view */
+	JPADetailViewTest.class
  	})
 public class HibernateSuite {
 



More information about the jbosstools-commits mailing list