[java-idp-integration-tests] 10/14: Log to debug when stopping Selenium client
Tom Zeller
tzeller at dragonacea.biz
Thu Jun 17 13:55:54 UTC 2021
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=84b6095a7edf785d0fa3141734862e942604340c
commit 84b6095a7edf785d0fa3141734862e942604340c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jun 17 08:12:51 2021 -0500
Log to debug when stopping Selenium client
---
src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index f90aec4..ced126b 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -990,6 +990,7 @@ public abstract class BaseIntegrationTest
@AfterMethod(enabled = true)
public void stopSeleniumClient() {
if (driver != null) {
+ log.debug("Stopping Selenium client");
driver.quit();
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list