[java-identity-provider] branch main updated: Fix build by commenting out tests for not-yet ready classes
Rod Widdowson
rdw at steadingsoftware.com
Sun May 28 15:11:58 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=982f9bca72b11c62a57fe40b0b30f6d07fcee398
The following commit(s) were added to refs/heads/main by this push:
new 982f9bca7 Fix build by commenting out tests for not-yet ready classes
982f9bca7 is described below
commit 982f9bca72b11c62a57fe40b0b30f6d07fcee398
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 28 16:11:52 2023 +0100
Fix build by commenting out tests for not-yet ready classes
---
.../test/java/net/shibboleth/idp/installer/TestInstallerCLI.java | 8 ++++----
.../net/shibboleth/idp/installer/plugin/impl/RollbackTester.java | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java
index ff757e7ac..94e86eb80 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/TestInstallerCLI.java
@@ -42,11 +42,11 @@ public class TestInstallerCLI {
"-hc", "shibboleth.InternalHttpClient"
});
}
-
+/*
@Test(enabled = false)
public void updateList430() {
UpdateIdPCLI.runMain(new String[] {
- "-l",
+ "-l",
"--pretendVersion","4.3.0",
"--updateURL", "file:C:\\Users\\rdw\\Desktop\\logs\\plugins.properties",
"--home", "H:\\Downloads\\idp"});
@@ -55,7 +55,7 @@ public class TestInstallerCLI {
@Test(enabled = false)
public void updateList431() {
UpdateIdPCLI.runMain(new String[] {
- "-l",
+ "-l",
"--pretendVersion","4.3.1",
"--updateURL", "file:C:\\Users\\rdw\\Desktop\\logs\\plugins.properties",
"--home", "H:\\Downloads\\idp"});
@@ -84,5 +84,5 @@ public class TestInstallerCLI {
"--pretendVersion","4.3.0",
"--updateURL", "file:C:\\Users\\rdw\\Desktop\\logs\\plugins.properties",
"--home", "H:\\Downloads\\idp"});
- }
+ }*/
}
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/RollbackTester.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/RollbackTester.java
index 603df2b76..c4461faef 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/RollbackTester.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/RollbackTester.java
@@ -67,7 +67,7 @@ public class RollbackTester {
final IdPModule disabled1 = new TestModule("disabled1", null, null);
final IdPModule disabled2 = new TestModule("disablde2", new ModuleException(), null);
final String mcs = mc.toString();
- final String parentString = parent.toString();
+ final String parentString = parent.toString();
assert mcs!=null && parentString!=null;
final ModuleContext ctx = new ModuleContext(mcs);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list