[java-identity-provider COMMIT] /trunk/idp-conf/src/test/resources/test/test-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jun 18 14:44:34 EDT 2014


Author: scantor
Date: Wed Jun 18 14:44:34 2014
New Revision: 6112

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6112&view=rev
Log:
Fix changed property ID

Modified:
    trunk/idp-conf/src/test/resources/test/test-beans.xml

Modified: trunk/idp-conf/src/test/resources/test/test-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/resources/test/test-beans.xml?rev=6112&r1=6111&r2=6112&view=diff
==============================================================================
--- trunk/idp-conf/src/test/resources/test/test-beans.xml (original)
+++ trunk/idp-conf/src/test/resources/test/test-beans.xml Wed Jun 18 14:44:34 2014
@@ -25,6 +25,6 @@
 
     <bean id="test.idp.Credential" class="org.opensaml.security.x509.BasicX509Credential"
         c:entityCertificate-ref="test.idp.X509Certificate"
-        p:entityId="${idp.entity.id}" />
+        p:entityId="${idp.entityID}" />
 
 </beans>



More information about the commits mailing list