[java-idp-integration-tests] 04/10: Cleanup - fix renamed method
Tom Zeller
tzeller at dragonacea.biz
Wed Aug 28 22:38:32 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=4e258a65378c5955f965705b3d1f3530ef8fb627
commit 4e258a65378c5955f965705b3d1f3530ef8fb627
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 27 23:20:21 2024 -0500
Cleanup - fix renamed method
---
.../java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
index 3e1a1a3..122bef5 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
@@ -1175,7 +1175,7 @@ public abstract class BaseIntegrationTest {
/**
* Stop the server.
*/
- @AfterMethod(dependsOnMethods = {"failTestClass", "stopSeleniumClient"})
+ @AfterMethod(dependsOnMethods = {"failTestClass", "stopBrowser"})
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