Try to fix build

This commit is contained in:
James Agnew 2016-05-29 18:45:42 -04:00
parent 9fe9cc1e4c
commit a306e3136f
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@ import org.hibernate.search.jpa.Search;
import org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent; import org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent;
import org.hl7.fhir.instance.model.api.IBaseResource; import org.hl7.fhir.instance.model.api.IBaseResource;
import org.hl7.fhir.instance.model.api.IIdType; import org.hl7.fhir.instance.model.api.IIdType;
import org.junit.After;
import org.junit.AfterClass; import org.junit.AfterClass;
import org.junit.Before; import org.junit.Before;
import org.mockito.Mockito; import org.mockito.Mockito;

View File

@ -1,7 +1,6 @@
package ca.uhn.fhir.jpa.z; package ca.uhn.fhir.jpa.z;
import org.junit.Test; import org.junit.Test;
import org.springframework.test.annotation.DirtiesContext;
import ca.uhn.fhir.jpa.dao.dstu3.BaseJpaDstu3Test; import ca.uhn.fhir.jpa.dao.dstu3.BaseJpaDstu3Test;
@ -10,7 +9,7 @@ public class ZContextCloserDstu3Test extends BaseJpaDstu3Test {
/** /**
* this is just here to close the context when this package's test are done * this is just here to close the context when this package's test are done
*/ */
// @Test @Test
// @DirtiesContext() // @DirtiesContext()
public void testCloseContext() { public void testCloseContext() {
// nothing // nothing