More test tweaks

This commit is contained in:
James Agnew 2019-07-07 13:43:06 -04:00
parent d00304d706
commit 1bbf962685
2 changed files with 9 additions and 1 deletions

View File

@ -34,6 +34,10 @@ public class OperationDuplicateServerHl7OrgDstu2Test {
private static int ourPort;
private static Server ourServer;
static {
System.setProperty("test", "true");
}
@Test
public void testOperationsAreCollapsed() throws Exception {
// Metadata

View File

@ -35,7 +35,11 @@ import ca.uhn.fhir.rest.server.method.SearchParameter;
public class ServerConformanceProviderHl7OrgDstu2Test {
private static FhirContext ourCtx = FhirContext.forDstu2Hl7Org();
static {
System.setProperty("test", "true");
}
private static FhirContext ourCtx = FhirContext.forDstu2Hl7Org();
private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(ServerConformanceProviderHl7OrgDstu2Test.class);
private HttpServletRequest createHttpServletRequest() {