[hibernate-commits] Hibernate SVN: r16532 - core/trunk/annotations/src/test/java/org/hibernate/test/annotations/manytomany.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 11 09:19:42 EDT 2009


Author: hardy.ferentschik
Date: 2009-05-11 09:19:42 -0400 (Mon, 11 May 2009)
New Revision: 16532

Modified:
   core/trunk/annotations/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
Log:
JBPAPP-1075 removed obsolete @RequiresDialect annotation

Modified: core/trunk/annotations/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
===================================================================
--- core/trunk/annotations/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java	2009-05-11 13:17:21 UTC (rev 16531)
+++ core/trunk/annotations/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java	2009-05-11 13:19:42 UTC (rev 16532)
@@ -7,15 +7,12 @@
 import java.util.Date;
 import java.util.HashSet;
 import java.util.Iterator;
-import java.util.List;
 import java.util.Set;
 
 import org.hibernate.Hibernate;
 import org.hibernate.JDBCException;
 import org.hibernate.Session;
 import org.hibernate.Transaction;
-import org.hibernate.dialect.HSQLDialect;
-import org.hibernate.test.annotations.RequiresDialect;
 import org.hibernate.test.annotations.TestCase;
 
 /**
@@ -81,7 +78,6 @@
 		s.close();
 	}
 
-	@RequiresDialect(HSQLDialect.class)
 	public void testDefaultCompositePk() throws Exception {
 		Session s;
 		Transaction tx;
@@ -424,7 +420,6 @@
 		s.close();
 	}
 
-	@RequiresDialect(HSQLDialect.class)
 	public void testCompositePk() throws Exception {
 		Session s;
 		Transaction tx;




More information about the hibernate-commits mailing list