JBPAPP-1075 removed obsolete @RequiresDialect annotation

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16532 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Hardy Ferentschik 2009-05-11 13:19:42 +00:00
parent 5945e5d92b
commit e7a7d3d0d8
1 changed files with 0 additions and 5 deletions

View File

@ -7,15 +7,12 @@ import java.util.Collection;
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 @@ public class ManyToManyTest extends TestCase {
s.close();
}
@RequiresDialect(HSQLDialect.class)
public void testDefaultCompositePk() throws Exception {
Session s;
Transaction tx;
@ -424,7 +420,6 @@ public class ManyToManyTest extends TestCase {
s.close();
}
@RequiresDialect(HSQLDialect.class)
public void testCompositePk() throws Exception {
Session s;
Transaction tx;