mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 09:55:09 +00:00
Fix test yet again!
This commit is contained in:
parent
9c3ce5be86
commit
3d320a8fe3
@ -21,7 +21,9 @@ public class ExampleTest {
|
|||||||
|
|
||||||
@AfterClass
|
@AfterClass
|
||||||
public static void afterClass() throws Exception {
|
public static void afterClass() throws Exception {
|
||||||
|
if (ourServer != null) {
|
||||||
ourServer.stop();
|
ourServer.stop();
|
||||||
|
}
|
||||||
|
|
||||||
System.clearProperty("ca.uhn.fhir.to.TesterConfig_SYSPROP_FORCE_SERVERS");
|
System.clearProperty("ca.uhn.fhir.to.TesterConfig_SYSPROP_FORCE_SERVERS");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user