fix tests

This commit is contained in:
Benjamin Gamard 2017-11-17 22:26:20 +01:00
parent 039d881a07
commit 332fd9d1f6

View File

@ -127,5 +127,8 @@ public abstract class BaseJerseyTest extends JerseyTest {
if (httpServer != null) { if (httpServer != null) {
httpServer.shutdownNow(); httpServer.shutdownNow();
} }
if (wiser != null) {
wiser.stop();
}
} }
} }