HHH-5357 - Rename hibernate-testing packages
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19910 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
7697640089
commit
30f384d224
|
@ -33,6 +33,7 @@ import org.hibernate.SessionFactory;
|
|||
import org.hibernate.cfg.AnnotationConfiguration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.engine.SessionFactoryImplementor;
|
||||
import org.hibernate.testing.junit.functional.annotations.HibernateTestCase;
|
||||
|
||||
/**
|
||||
* A base class for all annotation tests.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package org.hibernate.test.annotations.derivedidentities.e6.a;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.FailureExpected;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
import org.hibernate.test.util.SchemaUtil;
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ package org.hibernate.test.annotations.embedded.one2many;
|
|||
import java.util.List;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.FailureExpected;
|
||||
import org.hibernate.testing.junit.FailureExpected;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,8 +28,8 @@ import org.hibernate.Session;
|
|||
import org.hibernate.Transaction;
|
||||
import org.hibernate.cfg.AnnotationConfiguration;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.junit.DialectChecks;
|
||||
import org.hibernate.junit.RequiresDialectFeature;
|
||||
import org.hibernate.testing.junit.DialectChecks;
|
||||
import org.hibernate.testing.junit.RequiresDialectFeature;
|
||||
import org.hibernate.mapping.Column;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
import org.hibernate.test.annotations.id.sequences.entities.Ball;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
package org.hibernate.test.annotations.idclass.xml;
|
||||
|
||||
import org.hibernate.junit.FailureExpected;
|
||||
import org.hibernate.testing.junit.FailureExpected;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@ import org.hibernate.Hibernate;
|
|||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.dialect.HSQLDialect;
|
||||
import org.hibernate.junit.RequiresDialect;
|
||||
import org.hibernate.testing.junit.RequiresDialect;
|
||||
import org.hibernate.mapping.Collection;
|
||||
import org.hibernate.mapping.Column;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.hibernate.dialect.SQLServerDialect;
|
|||
import org.hibernate.dialect.Sybase11Dialect;
|
||||
import org.hibernate.dialect.SybaseASE15Dialect;
|
||||
import org.hibernate.dialect.SybaseDialect;
|
||||
import org.hibernate.junit.RequiresDialect;
|
||||
import org.hibernate.testing.junit.RequiresDialect;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
import org.hibernate.util.ArrayHelper;
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ package org.hibernate.test.annotations.lob;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.DialectChecks;
|
||||
import org.hibernate.junit.RequiresDialectFeature;
|
||||
import org.hibernate.testing.junit.DialectChecks;
|
||||
import org.hibernate.testing.junit.RequiresDialectFeature;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
|
||||
/**
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.hibernate.dialect.SQLServerDialect;
|
|||
import org.hibernate.dialect.Sybase11Dialect;
|
||||
import org.hibernate.dialect.SybaseASE15Dialect;
|
||||
import org.hibernate.dialect.SybaseDialect;
|
||||
import org.hibernate.junit.RequiresDialect;
|
||||
import org.hibernate.testing.junit.RequiresDialect;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
import org.hibernate.util.ArrayHelper;
|
||||
|
||||
|
|
|
@ -27,8 +27,8 @@ package org.hibernate.test.annotations.manytoone.referencedcolumnname;
|
|||
import java.math.BigDecimal;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.DialectChecks;
|
||||
import org.hibernate.junit.RequiresDialectFeature;
|
||||
import org.hibernate.testing.junit.DialectChecks;
|
||||
import org.hibernate.testing.junit.RequiresDialectFeature;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
|
||||
/**
|
||||
|
|
|
@ -29,7 +29,7 @@ package org.hibernate.test.annotations.manytoonewithformula;
|
|||
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;
|
||||
|
||||
/**
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.hibernate.Hibernate;
|
|||
import org.hibernate.HibernateException;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.FailureExpected;
|
||||
import org.hibernate.testing.junit.FailureExpected;
|
||||
import org.hibernate.mapping.Column;
|
||||
import org.hibernate.mapping.PersistentClass;
|
||||
import org.hibernate.mapping.Table;
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
package org.hibernate.test.annotations.xml.hbm;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.DialectChecks;
|
||||
import org.hibernate.junit.RequiresDialectFeature;
|
||||
import org.hibernate.testing.junit.DialectChecks;
|
||||
import org.hibernate.testing.junit.RequiresDialectFeature;
|
||||
import org.hibernate.test.annotations.TestCase;
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,8 +26,8 @@ package org.hibernate.cache;
|
|||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.test.cache.BaseCacheProviderTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.cache.BaseCacheProviderTestCase;
|
||||
|
||||
/**
|
||||
* @author Emmanuel Bernard
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.util.Set;
|
|||
|
||||
import org.hibernate.cache.RegionFactory;
|
||||
import org.hibernate.cache.infinispan.util.CacheHelper;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.test.cache.infinispan.util.CacheTestSupport;
|
||||
import org.infinispan.Cache;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
@ -10,7 +10,7 @@ import org.hibernate.cache.infinispan.InfinispanRegionFactory;
|
|||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.connection.ConnectionProvider;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.stat.SecondLevelCacheStatistics;
|
||||
import org.hibernate.stat.Statistics;
|
||||
import org.hibernate.transaction.CMTTransactionFactory;
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.hibernate.cfg.Configuration;
|
|||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.classic.Session;
|
||||
import org.hibernate.connection.ConnectionProvider;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.stat.SecondLevelCacheStatistics;
|
||||
import org.hibernate.test.cache.infinispan.functional.Contact;
|
||||
import org.hibernate.test.cache.infinispan.functional.Customer;
|
||||
|
|
|
@ -27,8 +27,8 @@ import org.hibernate.cfg.Environment;
|
|||
import org.hibernate.cfg.Mappings;
|
||||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.engine.SessionFactoryImplementor;
|
||||
import org.hibernate.junit.functional.ExecutionEnvironment;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.ExecutionEnvironment;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.transaction.CMTTransactionFactory;
|
||||
import org.infinispan.util.logging.Log;
|
||||
import org.infinispan.util.logging.LogFactory;
|
||||
|
|
|
@ -29,8 +29,9 @@ import java.util.Set;
|
|||
|
||||
import org.hibernate.cache.RegionFactory;
|
||||
import org.hibernate.cache.jbc.util.CacheHelper;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.test.util.CacheTestSupport;
|
||||
|
||||
import org.jboss.cache.Cache;
|
||||
import org.jboss.cache.Node;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
@ -27,7 +27,10 @@ import org.hibernate.cfg.Configuration;
|
|||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.cfg.Mappings;
|
||||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.tm.ConnectionProviderImpl;
|
||||
import org.hibernate.testing.tm.TransactionManagerLookupImpl;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
@ -109,11 +112,11 @@ public abstract class CacheTestCaseBase extends FunctionalTestCase {
|
|||
protected abstract boolean getUseQueryCache();
|
||||
|
||||
protected Class<?> getConnectionProviderClass() {
|
||||
return org.hibernate.test.tm.ConnectionProviderImpl.class;
|
||||
return ConnectionProviderImpl.class;
|
||||
}
|
||||
|
||||
protected Class<?> getTransactionManagerLookupClass() {
|
||||
return org.hibernate.test.tm.TransactionManagerLookupImpl.class;
|
||||
return TransactionManagerLookupImpl.class;
|
||||
}
|
||||
|
||||
protected Class<?> getTransactionFactoryClass() {
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.hibernate.cfg.Configuration;
|
|||
import org.hibernate.cfg.Mappings;
|
||||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.engine.SessionFactoryImplementor;
|
||||
import org.hibernate.junit.functional.ExecutionEnvironment;
|
||||
import org.hibernate.testing.junit.functional.ExecutionEnvironment;
|
||||
import org.hibernate.test.cache.jbc.functional.util.DualNodeConnectionProviderImpl;
|
||||
import org.hibernate.test.cache.jbc.functional.util.DualNodeJtaTransactionManagerImpl;
|
||||
import org.hibernate.test.cache.jbc.functional.util.DualNodeTestUtil;
|
||||
|
|
|
@ -43,7 +43,7 @@ import org.hibernate.cache.RegionFactory;
|
|||
import org.hibernate.cache.jbc.JBossCacheRegionFactory;
|
||||
import org.hibernate.cache.jbc.builder.SharedCacheInstanceManager;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.stat.SecondLevelCacheStatistics;
|
||||
import org.hibernate.test.cache.jbc.functional.util.DualNodeConnectionProviderImpl;
|
||||
import org.hibernate.test.cache.jbc.functional.util.DualNodeJtaTransactionManagerImpl;
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.hibernate.cache.RegionFactory;
|
|||
import org.hibernate.cache.jbc.JBossCacheRegionFactory;
|
||||
import org.hibernate.cache.jbc.builder.SharedCacheInstanceManager;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Basic functional test of a MVCC locking entity + query cache.
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.hibernate.cache.RegionFactory;
|
|||
import org.hibernate.cache.jbc.JBossCacheRegionFactory;
|
||||
import org.hibernate.cache.jbc.builder.SharedCacheInstanceManager;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Basic functional test of a optimistic locking entity + query cache.
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.hibernate.cache.RegionFactory;
|
|||
import org.hibernate.cache.jbc.JBossCacheRegionFactory;
|
||||
import org.hibernate.cache.jbc.builder.SharedCacheInstanceManager;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Basic functional test of a pessimistic locking entity + query cache.
|
||||
|
|
|
@ -34,7 +34,7 @@ import org.hibernate.stat.SecondLevelCacheStatistics;
|
|||
import org.hibernate.test.cache.jbc.functional.CacheTestCaseBase;
|
||||
import org.hibernate.test.cache.jbc.functional.Contact;
|
||||
import org.hibernate.test.cache.jbc.functional.Customer;
|
||||
import org.hibernate.test.tm.SimpleJtaTransactionManagerImpl;
|
||||
import org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl;
|
||||
import org.hibernate.transaction.CMTTransactionFactory;
|
||||
|
||||
/**
|
||||
|
|
|
@ -44,7 +44,7 @@ import org.hibernate.cfg.Environment;
|
|||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.ejb.AvailableSettings;
|
||||
import org.hibernate.ejb.Ejb3Configuration;
|
||||
import org.hibernate.test.annotations.HibernateTestCase;
|
||||
import org.hibernate.testing.junit.functional.annotations.HibernateTestCase;
|
||||
|
||||
/**
|
||||
* A base class for all ejb tests.
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.hibernate.cache.impl.NoCachingRegionFactory;
|
|||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.ejb.AvailableSettings;
|
||||
import org.hibernate.ejb.Ejb3Configuration;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.mapping.PersistentClass;
|
||||
|
||||
/**
|
||||
|
|
|
@ -10,7 +10,7 @@ import javax.persistence.EntityManager;
|
|||
import org.hibernate.ejb.test.Cat;
|
||||
import org.hibernate.ejb.test.Kitten;
|
||||
import org.hibernate.ejb.test.TestCase;
|
||||
import org.hibernate.junit.FailureExpected;
|
||||
import org.hibernate.testing.junit.FailureExpected;
|
||||
|
||||
/**
|
||||
* @author Emmanuel Bernard
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.cache;
|
||||
package org.hibernate.testing.cache;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
|
@ -30,11 +30,11 @@ import org.hibernate.Transaction;
|
|||
import org.hibernate.cache.ReadWriteCache;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.stat.SecondLevelCacheStatistics;
|
||||
import org.hibernate.stat.Statistics;
|
||||
import org.hibernate.test.tm.ConnectionProviderImpl;
|
||||
import org.hibernate.test.tm.TransactionManagerLookupImpl;
|
||||
import org.hibernate.testing.tm.ConnectionProviderImpl;
|
||||
import org.hibernate.testing.tm.TransactionManagerLookupImpl;
|
||||
import org.hibernate.transaction.JDBCTransactionFactory;
|
||||
|
||||
/**
|
|
@ -22,7 +22,7 @@
|
|||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
package org.hibernate.test.cache;
|
||||
package org.hibernate.testing.cache;
|
||||
|
||||
/**
|
||||
* @author Gavin King
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.cache;
|
||||
package org.hibernate.testing.cache;
|
||||
|
||||
/**
|
||||
* @author Steve Ebersole
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
/**
|
||||
* A specialized TestCase for running tests in an isolated class-loader
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import org.hibernate.dialect.Dialect;
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import java.util.Enumeration;
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit;
|
||||
package org.hibernate.testing.junit;
|
||||
|
||||
import java.util.Enumeration;
|
||||
import java.util.HashSet;
|
|
@ -21,9 +21,9 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit.functional;
|
||||
package org.hibernate.testing.junit.functional;
|
||||
|
||||
import org.hibernate.junit.SkipLog;
|
||||
import org.hibernate.testing.junit.SkipLog;
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit.functional;
|
||||
package org.hibernate.testing.junit.functional;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.sql.Blob;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit.functional;
|
||||
package org.hibernate.testing.junit.functional;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -38,7 +38,7 @@ import org.hibernate.SessionFactory;
|
|||
import org.hibernate.HibernateException;
|
||||
import org.hibernate.Interceptor;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.engine.SessionFactoryImplementor;
|
||||
|
||||
import org.slf4j.Logger;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.junit.functional;
|
||||
package org.hibernate.testing.junit.functional;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
import junit.framework.Test;
|
|
@ -22,7 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.annotations;
|
||||
package org.hibernate.testing.junit.functional.annotations;
|
||||
|
||||
import java.lang.annotation.Annotation;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
|
@ -38,12 +38,12 @@ import org.slf4j.LoggerFactory;
|
|||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.jdbc.Work;
|
||||
import org.hibernate.junit.DialectChecks;
|
||||
import org.hibernate.junit.FailureExpected;
|
||||
import org.hibernate.junit.RequiresDialect;
|
||||
import org.hibernate.junit.RequiresDialectFeature;
|
||||
import org.hibernate.junit.SkipForDialect;
|
||||
import org.hibernate.junit.SkipLog;
|
||||
import org.hibernate.testing.junit.DialectChecks;
|
||||
import org.hibernate.testing.junit.FailureExpected;
|
||||
import org.hibernate.testing.junit.RequiresDialect;
|
||||
import org.hibernate.testing.junit.RequiresDialectFeature;
|
||||
import org.hibernate.testing.junit.SkipForDialect;
|
||||
import org.hibernate.testing.junit.SkipLog;
|
||||
import org.hibernate.tool.hbm2ddl.SchemaExport;
|
||||
import org.hibernate.util.StringHelper;
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.tm;
|
||||
package org.hibernate.testing.tm;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.sql.SQLException;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.tm;
|
||||
package org.hibernate.testing.tm;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.sql.SQLException;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.tm;
|
||||
package org.hibernate.testing.tm;
|
||||
|
||||
import javax.transaction.HeuristicMixedException;
|
||||
import javax.transaction.HeuristicRollbackException;
|
|
@ -21,7 +21,7 @@
|
|||
* 51 Franklin Street, Fifth Floor
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
package org.hibernate.test.tm;
|
||||
package org.hibernate.testing.tm;
|
||||
|
||||
import java.util.Properties;
|
||||
import javax.transaction.TransactionManager;
|
|
@ -24,8 +24,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.JDBCException;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* GeneralWorkTest implementation
|
||||
|
|
|
@ -8,7 +8,7 @@ import junit.framework.Test;
|
|||
import junit.framework.TestCase;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import org.hibernate.junit.TestSuiteVisitor;
|
||||
import org.hibernate.testing.junit.TestSuiteVisitor;
|
||||
|
||||
/**
|
||||
* A simple class to collect the names of "failure expected" tests...
|
||||
|
|
|
@ -2,8 +2,8 @@ package org.hibernate.test.abstractembeddedcomponents.cid;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
import junit.framework.Test;
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ package org.hibernate.test.abstractembeddedcomponents.propertyref;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
import junit.framework.Test;
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package org.hibernate.test.any;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
|
||||
import junit.framework.Test;
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* @author Emmanuel Bernard
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.hibernate.hql.ast.util.ASTIterator;
|
|||
import org.hibernate.hql.ast.util.ASTParentsFirstIterator;
|
||||
import org.hibernate.hql.ast.util.ASTPrinter;
|
||||
import org.hibernate.hql.ast.util.ASTUtil;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
|
||||
/**
|
||||
* Test ASTIterator.
|
||||
|
|
|
@ -7,7 +7,7 @@ import junit.framework.Test;
|
|||
import junit.framework.TestSuite;
|
||||
|
||||
import org.hibernate.hql.ast.util.ASTUtil;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
|
||||
/**
|
||||
* Unit test for ASTUtil.
|
||||
|
|
|
@ -10,8 +10,8 @@ import org.hibernate.ScrollMode;
|
|||
import org.hibernate.ScrollableResults;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ import junit.framework.Test;
|
|||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* @author Gavin King
|
||||
|
|
|
@ -9,8 +9,8 @@ import junit.framework.Test;
|
|||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.dialect.PostgreSQLDialect;
|
||||
|
||||
/**
|
||||
|
|
|
@ -7,8 +7,8 @@ import java.util.Date;
|
|||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
import junit.framework.Test;
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
package org.hibernate.test.bytecode.cglib;
|
||||
|
||||
import org.hibernate.junit.functional.*;
|
||||
import org.hibernate.cfg.*;
|
||||
import org.hibernate.*;
|
||||
import org.hibernate.proxy.*;
|
||||
import org.hibernate.test.bytecode.*;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
import junit.framework.*;
|
||||
|
||||
import java.lang.reflect.*;
|
||||
|
|
|
@ -3,9 +3,10 @@ package org.hibernate.test.bytecode.cglib;
|
|||
import org.hibernate.test.bytecode.Bean;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.cfg.Environment;
|
||||
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import java.text.ParseException;
|
||||
|
|
|
@ -4,7 +4,7 @@ import junit.framework.TestSuite;
|
|||
|
||||
import org.hibernate.bytecode.ReflectionOptimizer;
|
||||
import org.hibernate.bytecode.cglib.BytecodeProviderImpl;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.test.bytecode.Bean;
|
||||
import org.hibernate.test.bytecode.BeanReflectionHelper;
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ import junit.framework.TestSuite;
|
|||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.test.bytecode.Bean;
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@ import junit.framework.TestSuite;
|
|||
|
||||
import org.hibernate.bytecode.ReflectionOptimizer;
|
||||
import org.hibernate.bytecode.javassist.BytecodeProviderImpl;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.test.bytecode.Bean;
|
||||
import org.hibernate.test.bytecode.BeanReflectionHelper;
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* @author Gail Badner (based on annotations test case submitted by Edward Costello)
|
||||
|
|
|
@ -30,8 +30,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.TransientObjectException;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.proxy.HibernateProxy;
|
||||
|
||||
/**
|
||||
|
|
|
@ -10,8 +10,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Implementation of RefreshTest.
|
||||
|
|
|
@ -29,8 +29,8 @@ package org.hibernate.test.cascade.circle;
|
|||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* The test case uses the following model:
|
||||
|
|
|
@ -33,8 +33,8 @@ import junit.framework.Test;
|
|||
import org.hibernate.Session;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* The test case uses the following model:
|
||||
|
|
|
@ -26,7 +26,7 @@ package org.hibernate.test.cfg;
|
|||
import java.io.File;
|
||||
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.util.SerializationHelper;
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,7 +24,7 @@ package org.hibernate.test.cfg;
|
|||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.util.SerializationHelper;
|
||||
import org.hibernate.SessionFactory;
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.hibernate.cfg.Configuration;
|
|||
import org.hibernate.event.DeleteEvent;
|
||||
import org.hibernate.event.DeleteEventListener;
|
||||
import org.hibernate.event.def.DefaultDeleteEventListener;
|
||||
import org.hibernate.junit.UnitTestCase;
|
||||
import org.hibernate.testing.junit.UnitTestCase;
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
|
|
|
@ -11,8 +11,8 @@ import junit.framework.Test;
|
|||
import org.hibernate.Hibernate;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* @author Gavin King
|
||||
|
|
|
@ -32,8 +32,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Tests the use of composite-id with a generator.
|
||||
|
|
|
@ -17,8 +17,8 @@ package org.hibernate.test.collection.backref.map.compkey;
|
|||
|
||||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.LockMode;
|
||||
|
|
|
@ -6,8 +6,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.collection.PersistentBag;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Tests related to operations on a PersistentBag.
|
||||
|
|
|
@ -6,8 +6,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.collection.PersistentIdentifierBag;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Tests related to operations on a PersistentIdentifierBag
|
||||
|
|
|
@ -6,8 +6,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.collection.PersistentList;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Tests related to operations on a PersistentList
|
||||
|
|
|
@ -6,8 +6,8 @@ import junit.framework.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.collection.PersistentMap;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Test various situations using a {@link PersistentMap}.
|
||||
|
|
|
@ -9,8 +9,8 @@ import org.hibernate.Hibernate;
|
|||
import org.hibernate.HibernateException;
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* @author Gavin King
|
||||
|
|
|
@ -24,17 +24,9 @@
|
|||
*/
|
||||
package org.hibernate.test.collection.set;
|
||||
|
||||
import java.util.HashSet;
|
||||
|
||||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.collection.PersistentSet;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.stat.CollectionStatistics;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -10,8 +10,8 @@ import org.hibernate.cfg.Configuration;
|
|||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.collection.PersistentSet;
|
||||
import org.hibernate.criterion.Restrictions;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.stat.CollectionStatistics;
|
||||
|
||||
/**
|
||||
|
|
|
@ -18,8 +18,8 @@ import org.hibernate.criterion.Restrictions;
|
|||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.dialect.SybaseASE15Dialect;
|
||||
import org.hibernate.dialect.function.SQLFunction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.mapping.Component;
|
||||
import org.hibernate.mapping.Formula;
|
||||
import org.hibernate.mapping.PersistentClass;
|
||||
|
|
|
@ -6,8 +6,8 @@ import java.util.Locale;
|
|||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
|
|
|
@ -2,8 +2,8 @@ package org.hibernate.test.component.cascading.toone;
|
|||
|
||||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -11,8 +11,8 @@ import org.hibernate.cfg.Mappings;
|
|||
import org.hibernate.criterion.Restrictions;
|
||||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.dialect.function.SQLFunction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.mapping.Collection;
|
||||
import org.hibernate.mapping.Component;
|
||||
import org.hibernate.mapping.Formula;
|
||||
|
|
|
@ -15,10 +15,10 @@ import org.hibernate.Session;
|
|||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.impl.SessionImpl;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.test.tm.ConnectionProviderImpl;
|
||||
import org.hibernate.test.tm.SimpleJtaTransactionManagerImpl;
|
||||
import org.hibernate.test.tm.TransactionManagerLookupImpl;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.tm.ConnectionProviderImpl;
|
||||
import org.hibernate.testing.tm.SimpleJtaTransactionManagerImpl;
|
||||
import org.hibernate.testing.tm.TransactionManagerLookupImpl;
|
||||
import org.hibernate.transaction.CMTTransactionFactory;
|
||||
import org.hibernate.util.SerializationHelper;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.hibernate.ConnectionReleaseMode;
|
|||
import org.hibernate.Session;
|
||||
import org.hibernate.cfg.Configuration;
|
||||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Implementation of BasicConnectionProviderTest.
|
||||
|
|
|
@ -3,7 +3,7 @@ package org.hibernate.test.connections;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.util.SerializationHelper;
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@ package org.hibernate.test.connections;
|
|||
import junit.framework.Test;
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* Implementation of CurrentSessionConnectionTest.
|
||||
|
|
|
@ -13,7 +13,7 @@ import org.hibernate.cfg.Environment;
|
|||
import org.hibernate.connection.ConnectionProvider;
|
||||
import org.hibernate.connection.ConnectionProviderFactory;
|
||||
import org.hibernate.connection.UserSuppliedConnectionProvider;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.tool.hbm2ddl.SchemaExport;
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.hibernate.cfg.Configuration;
|
|||
import org.hibernate.cfg.Environment;
|
||||
import org.hibernate.context.ThreadLocalSessionContext;
|
||||
import org.hibernate.engine.SessionFactoryImplementor;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
|
||||
/**
|
||||
* @author Steve Ebersole
|
||||
|
|
|
@ -22,15 +22,13 @@ import org.hibernate.criterion.Example;
|
|||
import org.hibernate.criterion.MatchMode;
|
||||
import org.hibernate.criterion.Order;
|
||||
import org.hibernate.criterion.Projection;
|
||||
import org.hibernate.criterion.ProjectionList;
|
||||
import org.hibernate.criterion.Projections;
|
||||
import org.hibernate.criterion.Property;
|
||||
import org.hibernate.criterion.Restrictions;
|
||||
import org.hibernate.criterion.Subqueries;
|
||||
import org.hibernate.dialect.HSQLDialect;
|
||||
import org.hibernate.exception.SQLGrammarException;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestClassTestSuite;
|
||||
import org.hibernate.test.hql.Animal;
|
||||
import org.hibernate.test.hql.Reptile;
|
||||
import org.hibernate.transform.Transformers;
|
||||
|
|
|
@ -30,7 +30,7 @@ import org.hibernate.Session;
|
|||
import org.hibernate.Transaction;
|
||||
import org.hibernate.criterion.Restrictions;
|
||||
import org.hibernate.dialect.MySQLDialect;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
|
||||
|
||||
public class LikeTest extends FunctionalTestCase {
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.hibernate.criterion.Restrictions;
|
|||
import org.hibernate.dialect.Oracle8iDialect;
|
||||
import org.hibernate.dialect.SQLServerDialect;
|
||||
import org.hibernate.dialect.TeradataDialect;
|
||||
import org.hibernate.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.testing.junit.functional.FunctionalTestCase;
|
||||
import org.hibernate.test.hql.StateProvince;
|
||||
|
||||
/**
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue