fix tomcat test shutdown
This commit is contained in:
parent
8902502c4d
commit
72999f0acb
2 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ public class TomcatSamlTest {
|
|||
@AfterClass
|
||||
public static void shutdownTomcat() throws Exception {
|
||||
tomcat.stop();
|
||||
tomcat.destroy();
|
||||
}
|
||||
|
||||
@Rule
|
||||
|
|
|
@ -86,6 +86,7 @@ public class TomcatSamlTest {
|
|||
@AfterClass
|
||||
public static void shutdownTomcat() throws Exception {
|
||||
tomcat.stop();
|
||||
tomcat.destroy();
|
||||
}
|
||||
|
||||
@Rule
|
||||
|
|
Loading…
Reference in a new issue