[java-idp-integration-tests] 01/03: Remove temporarily ignoring idp.CommandLine module

Tom Zeller tzeller at dragonacea.biz
Thu May 18 23:52:57 UTC 2023


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=0f55e8054e9399f48bae741b247dae8e0b325a11

commit 0f55e8054e9399f48bae741b247dae8e0b325a11
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu May 18 17:58:07 2023 -0500

    Remove temporarily ignoring idp.CommandLine module
    
    https://shibboleth.atlassian.net/browse/IDP-2112
---
 .../net/shibboleth/idp/integration/tests/BaseIntegrationTest.java     | 4 ----
 1 file changed, 4 deletions(-)

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 2f659f3..bf791dc 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseIntegrationTest.java
@@ -2382,10 +2382,6 @@ public abstract class BaseIntegrationTest {
                 if (strings[1].equals("idp.admin.UnlockKeys")) {
                     continue;
                 }
-                // TODO skip command line module
-                if (strings[1].equals("idp.CommandLine")) {
-                    continue;
-                }
                 disabledModules.add(strings[1]);
             }
         }

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


More information about the commits mailing list