Fix test yet again!

This commit is contained in:
James Agnew 2014-10-31 15:05:21 -04:00
parent 9c3ce5be86
commit 3d320a8fe3
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ public class ExampleTest {
@AfterClass
public static void afterClass() throws Exception {
if (ourServer != null) {
ourServer.stop();
}
System.clearProperty("ca.uhn.fhir.to.TesterConfig_SYSPROP_FORCE_SERVERS");