From 4429741c15c54a1ff18d2974bf1ab9d19fde75e8 Mon Sep 17 00:00:00 2001 From: Mathieu Roullet Date: Tue, 7 May 2019 23:28:32 +0200 Subject: [PATCH] Renaming package name of test classes --- .../jpa/model/entity/ResourceIndexedSearchParamUriTest.java | 2 +- .../test/java/ca/uhn/fhir/jpa/model/entity/TagTypeEnumTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/ResourceIndexedSearchParamUriTest.java b/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/ResourceIndexedSearchParamUriTest.java index 9e5bf2c9dfa..9fbb3d975fc 100644 --- a/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/ResourceIndexedSearchParamUriTest.java +++ b/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/ResourceIndexedSearchParamUriTest.java @@ -1,4 +1,4 @@ -package ca.uhn.fhir.jpa.entity; +package ca.uhn.fhir.jpa.model.entity; import ca.uhn.fhir.jpa.model.entity.ResourceIndexedSearchParamUri; import ca.uhn.fhir.jpa.model.entity.ResourceTable; diff --git a/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/TagTypeEnumTest.java b/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/TagTypeEnumTest.java index 1036d2c69db..fa03d66c522 100644 --- a/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/TagTypeEnumTest.java +++ b/hapi-fhir-jpaserver-model/src/test/java/ca/uhn/fhir/jpa/model/entity/TagTypeEnumTest.java @@ -1,4 +1,4 @@ -package ca.uhn.fhir.jpa.entity; +package ca.uhn.fhir.jpa.model.entity; import ca.uhn.fhir.jpa.model.entity.TagTypeEnum; import ca.uhn.fhir.util.TestUtil;