[java-identity-provider] branch main updated: Fix test class.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 15 15:53:04 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=9a8d427e5eead04993cde0b6f62bd645ed1ba7ed
The following commit(s) were added to refs/heads/main by this push:
new 9a8d427e5 Fix test class.
9a8d427e5 is described below
commit 9a8d427e5eead04993cde0b6f62bd645ed1ba7ed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 15 11:53:01 2020 -0400
Fix test class.
---
.../java/net/shibboleth/idp/installer/plugin/impl/TestModule.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/TestModule.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/TestModule.java
index 65d4fe802..a11e9db95 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/TestModule.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/impl/TestModule.java
@@ -59,6 +59,11 @@ public class TestModule implements IdPModule {
public String getURL() {
return null;
}
+
+ /** {@inheritDoc} */
+ public String getOwnerId() {
+ return null;
+ }
/** {@inheritDoc} */
public boolean isHttpClientRequired() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list