fix tomcat test shutdown

This commit is contained in:
Bill Burke 2015-09-25 17:32:19 -04:00
parent 8902502c4d
commit 72999f0acb
2 changed files with 2 additions and 0 deletions

View file

@ -86,6 +86,7 @@ public class TomcatSamlTest {
@AfterClass
public static void shutdownTomcat() throws Exception {
tomcat.stop();
tomcat.destroy();
}
@Rule

View file

@ -86,6 +86,7 @@ public class TomcatSamlTest {
@AfterClass
public static void shutdownTomcat() throws Exception {
tomcat.stop();
tomcat.destroy();
}
@Rule