[java-identity-provider] branch master updated: Fix failing tests.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 13 18:08:31 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a64f2e392fb19791f0d5559d4b9d14471f1caaa8
The following commit(s) were added to refs/heads/master by this push:
new a64f2e3 Fix failing tests.
a64f2e3 is described below
commit a64f2e392fb19791f0d5559d4b9d14471f1caaa8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 13 18:08:28 2019 -0400
Fix failing tests.
---
.../net/shibboleth/idp/attribute/resolver/spring/storageService.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/storageService.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/storageService.xml
index 61829e4..6782289 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/storageService.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/storageService.xml
@@ -14,6 +14,7 @@
<list>
<bean class="net.shibboleth.ext.spring.config.DurationToLongConverter"/>
<bean class="net.shibboleth.ext.spring.config.StringToIPRangeConverter"/>
+ <bean class="net.shibboleth.ext.spring.config.StringToDurationConverter"/>
</list>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list