[java-identity-provider] branch main updated: Undocumented argument name change.
Scott Cantor
cantor.2 at osu.edu
Mon Apr 10 22:58:17 UTC 2023
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=ac8a48f12b89844a57c70aa800e617b126fe5839
The following commit(s) were added to refs/heads/main by this push:
new ac8a48f12 Undocumented argument name change.
ac8a48f12 is described below
commit ac8a48f12b89844a57c70aa800e617b126fe5839
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 10 18:58:14 2023 -0400
Undocumented argument name change.
---
idp-cas-impl/src/test/resources/spring/test-flow-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
index 3c608e036..23ad1d8b2 100644
--- a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
+++ b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
@@ -115,7 +115,7 @@
<bean id="shibboleth.MetadataResolver"
class="org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver"
p:parserPool-ref="shibboleth.ParserPool">
- <constructor-arg name="metadata">
+ <constructor-arg>
<bean destroy-method="" class="java.io.File"
c:pathname="src/test/resources/metadata/cas-test-metadata.xml" />
</constructor-arg>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list