[java-identity-provider] branch main updated: Fix test module definition file.
Scott Cantor
cantor.2 at osu.edu
Fri Sep 11 16:33:46 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=b5efe5a4e0d4836a1f9b0c5cdd07b2760a96b09f
The following commit(s) were added to refs/heads/main by this push:
new b5efe5a4e Fix test module definition file.
b5efe5a4e is described below
commit b5efe5a4e0d4836a1f9b0c5cdd07b2760a96b09f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 11 12:33:39 2020 -0400
Fix test module definition file.
---
.../src/test/resources/net/shibboleth/idp/module/module.properties | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties b/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties
index 15909a716..a4012fef4 100644
--- a/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties
+++ b/idp-admin-api/src/test/resources/net/shibboleth/idp/module/module.properties
@@ -2,7 +2,7 @@
# Main test module
-net.shibboleth.idp.module.TestModule.id = idp.test
+net.shibboleth.idp.module.TestModule = idp.test
idp.test.name = Test module
idp.test.desc = Module for unit tests
idp.test.url = https://wiki.shibboleth.net/confluence/display/IDP4/Home
@@ -16,13 +16,13 @@ idp.test.2.dest = views/test.vm
# Broken modules due to dangerous resources
-net.shibboleth.idp.module.BadModule.id = idp.bad
+net.shibboleth.idp.module.BadModule = idp.bad
idp.bad.name = Bad module
idp.bad.desc = Module for unit tests with error
idp.bad.1.src = /net/shibboleth/idp/module/test.xml
idp.bad.1.dest = ../conf/test.xml
-net.shibboleth.idp.module.BadModule2.id = idp.bad2
+net.shibboleth.idp.module.BadModule2 = idp.bad2
idp.bad2.name = Bad module 2
idp.bad2.desc = Module for unit tests with error
idp.bad2.1.src = /net/shibboleth/idp/module/test.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list