[java-idp-integration-tests] 13/14: Cleanup BeforeClass annotation
Tom Zeller
tzeller at dragonacea.biz
Thu Jun 17 13:55:57 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=28d1f5322af4c11bd055452a00a4aece50a244a0
commit 28d1f5322af4c11bd055452a00a4aece50a244a0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jun 17 08:44:23 2021 -0500
Cleanup BeforeClass annotation
---
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 dbe9aa9..579f0ee 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -590,7 +590,7 @@ public abstract class BaseIntegrationTest
*
* @throws IOException ...
*/
- @BeforeClass(enabled = true, dependsOnMethods = {"setUpEndpoints", "setUpNonSecurePort"}) // must run after setUpEndpoints
+ @BeforeClass(enabled = true, dependsOnMethods = {"setUpEndpoints"}) // must run after setUpEndpoints
public void setUpJettyTestbed() throws IOException {
if (pathToJettyBase == null) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list