Author: steve.ebersole(a)jboss.com
Date: 2010-06-23 03:26:36 -0400 (Wed, 23 Jun 2010)
New Revision: 19790
Modified:
core/branches/gradle2/hibernate-annotations/src/intgTest/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
Log:
converted hibernate-core and hibernate-annotations to use intgTest stuff
Modified:
core/branches/gradle2/hibernate-annotations/src/intgTest/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
===================================================================
---
core/branches/gradle2/hibernate-annotations/src/intgTest/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java 2010-06-23
07:23:39 UTC (rev 19789)
+++
core/branches/gradle2/hibernate-annotations/src/intgTest/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java 2010-06-23
07:26:36 UTC (rev 19790)
@@ -29,7 +29,7 @@
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.dialect.HSQLDialect;
-import org.hibernate.junit.SkipForDialect;
+import org.hibernate.testing.junit.SkipForDialect;
import org.hibernate.test.annotations.TestCase;
/**
Show replies by date