[java-idp-integration-tests] 03/07: Properly order methods called during test teardown

Tom Zeller tzeller at dragonacea.biz
Fri Mar 23 19:36:27 EDT 2018


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=998232f2dbdfd9c18a4cff8e4255c5764b4f0699

commit 998232f2dbdfd9c18a4cff8e4255c5764b4f0699
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Mar 23 17:03:10 2018 -0500

    Properly order methods called during test teardown
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index de3b9fe..73b9763 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -865,7 +865,7 @@ public abstract class BaseIntegrationTest
     /**
      * Stop the server.
      */
-    @AfterMethod
+    @AfterMethod(dependsOnMethods = {"failTestClass", "stopSeleniumClient"})
     public void stopServer() {
         if (server != null) {
             server.stop();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list