[java-idp-testbed COMMIT] /trunk/src/test/java/idp/c14n/actions/SetupForResolver.java

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 28 20:44:38 EST 2014


Author: scantor
Date: Fri Feb 28 20:44:37 2014
New Revision: 164

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=164&view=rev
Log:
Sync up entityID in test to match rest of tests.

Modified:
    trunk/src/test/java/idp/c14n/actions/SetupForResolver.java

Modified: trunk/src/test/java/idp/c14n/actions/SetupForResolver.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/actions/SetupForResolver.java?rev=164&r1=163&r2=164&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/actions/SetupForResolver.java (original)
+++ trunk/src/test/java/idp/c14n/actions/SetupForResolver.java Fri Feb 28 20:44:37 2014
@@ -43,10 +43,10 @@
         
         RelyingPartyContext rpContext = profileRequestContext.getSubcontext(RelyingPartyContext.class, true);
         
-        rpContext.setRelyingPartyId("http://sp.example.com");
+        rpContext.setRelyingPartyId("https://sp.example.org");
         
         RelyingPartyConfiguration config = new RelyingPartyConfiguration();
-        config.setResponderId("https://idp.example.com");
+        config.setResponderId("https://idp.example.org");
         
         rpContext.setConfiguration(config);
                 



More information about the commits mailing list