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

noreply at shibboleth.net noreply at shibboleth.net
Wed Jun 4 19:26:49 EDT 2014


Author: tzeller
Date: Wed Jun  4 19:26:48 2014
New Revision: 6048

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6048&view=rev
Log:
Cleanup :
Remove testbed.home property.
Remove sp credentials now located in idp-conf.

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=6048&r1=6047&r2=6048&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  4 19:26:48 2014
@@ -18,7 +18,7 @@
      <bean id="test.sp.Credential" class="org.opensaml.security.x509.BasicX509Credential"
         c:entityCertificate-ref="test.sp.X509Certificate"
         c:privateKey-ref="test.sp.PrivateKey"
-        p:entityId="#{T(net.shibboleth.idp.test.flows.AbstractFlowTest).SP_ENTITY_ID}" />
+        p:entityId="https://sp.example.org" />
 
     <bean id="test.idp.X509Certificate" class="net.shibboleth.ext.spring.factory.X509CertificateFactoryBean"
         p:resource="classpath:/creds/idp-encryption.crt" />



More information about the commits mailing list