Re-enabled envers tests
This commit is contained in:
parent
8121b5daa3
commit
83fba3064f
|
@ -4,7 +4,7 @@
|
|||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.envers.test.integration.ids;
|
||||
package org.hibernate.orm.test.envers.integration.ids;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
|
@ -4,7 +4,7 @@
|
|||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.envers.test.integration.ids.embeddedid;
|
||||
package org.hibernate.orm.test.envers.integration.ids.embeddedid;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
|
@ -4,7 +4,7 @@
|
|||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.envers.test.integration.ids.embeddedid;
|
||||
package org.hibernate.orm.test.envers.integration.ids.embeddedid;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Arrays;
|
|
@ -4,17 +4,13 @@
|
|||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.envers.test.integration.ids.embeddedid;
|
||||
package org.hibernate.orm.test.envers.integration.ids.embeddedid;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.orm.test.envers.BaseEnversJPAFunctionalTestCase;
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.orm.test.envers.integration.ids.embeddedid.Item;
|
||||
import org.hibernate.orm.test.envers.integration.ids.embeddedid.ItemId;
|
||||
import org.hibernate.orm.test.envers.integration.ids.embeddedid.Producer;
|
||||
import org.hibernate.orm.test.envers.integration.ids.embeddedid.PurchaseOrder;
|
||||
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.junit.Assert;
|
|
@ -4,16 +4,13 @@
|
|||
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
package org.hibernate.envers.test.integration.ids.idclass;
|
||||
package org.hibernate.orm.test.envers.integration.ids.idclass;
|
||||
|
||||
import java.util.Arrays;
|
||||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.orm.test.envers.BaseEnversJPAFunctionalTestCase;
|
||||
import org.hibernate.orm.test.envers.Priority;
|
||||
import org.hibernate.orm.test.envers.integration.ids.idclass.ClassType;
|
||||
import org.hibernate.orm.test.envers.integration.ids.idclass.RelationalClassId;
|
||||
import org.hibernate.orm.test.envers.integration.ids.idclass.SampleClass;
|
||||
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.junit.Test;
|
Loading…
Reference in New Issue