Re-enabled envers tests

This commit is contained in:
Andrea Boriero 2021-08-23 15:34:51 +02:00 committed by Andrea Boriero
parent 6f052f035e
commit 8121b5daa3
12 changed files with 12 additions and 12 deletions

View File

@ -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.collection;
package org.hibernate.orm.test.envers.integration.collection;
import java.util.Arrays;
import java.util.HashMap;

View File

@ -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.collection;
package org.hibernate.orm.test.envers.integration.collection;
import java.util.Arrays;
import javax.persistence.EntityManager;

View File

@ -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.collection;
package org.hibernate.orm.test.envers.integration.collection;
import java.util.Arrays;
import java.util.List;

View File

@ -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.collection;
package org.hibernate.orm.test.envers.integration.collection;
import java.util.Arrays;
import java.util.HashMap;

View File

@ -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.collection.mapkey;
package org.hibernate.orm.test.envers.integration.collection.mapkey;
import java.util.Arrays;
import javax.persistence.EntityManager;

View File

@ -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.collection.mapkey;
package org.hibernate.orm.test.envers.integration.collection.mapkey;
import java.util.HashMap;
import java.util.Map;

View File

@ -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.collection.mapkey;
package org.hibernate.orm.test.envers.integration.collection.mapkey;
import java.util.Arrays;
import javax.persistence.EntityManager;

View File

@ -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.collection.mapkey;
package org.hibernate.orm.test.envers.integration.collection.mapkey;
import java.util.HashMap;
import java.util.Map;

View File

@ -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.collection.mapkey;
package org.hibernate.orm.test.envers.integration.collection.mapkey;
import java.util.Arrays;
import java.util.HashMap;

View File

@ -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.collection.mapkey;
package org.hibernate.orm.test.envers.integration.collection.mapkey;
import java.util.Arrays;
import java.util.HashMap;

View File

@ -13,7 +13,7 @@ import org.hibernate.orm.test.envers.Priority;
import org.hibernate.orm.test.envers.entities.components.Component1;
import org.hibernate.orm.test.envers.entities.components.Component2;
import org.hibernate.orm.test.envers.entities.components.ComponentTestEntity;
import org.hibernate.envers.test.integration.collection.mapkey.ComponentMapKeyEntity;
import org.hibernate.orm.test.envers.integration.collection.mapkey.ComponentMapKeyEntity;
import org.junit.Test;

View File

@ -11,7 +11,7 @@ import javax.persistence.EntityManager;
import org.hibernate.orm.test.envers.Priority;
import org.hibernate.orm.test.envers.entities.StrTestEntity;
import org.hibernate.envers.test.integration.collection.mapkey.IdMapKeyEntity;
import org.hibernate.orm.test.envers.integration.collection.mapkey.IdMapKeyEntity;
import org.junit.Test;