[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/SelectProfile...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Dec 16 16:14:31 EST 2013
Author: scantor
Date: Mon Dec 16 16:14:31 2013
New Revision: 5043
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5043&view=rev
Log:
Name cleanup for SAML 1 SSO config class.
Modified:
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/SelectProfileConfigurationTest.java
Modified: trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/SelectProfileConfigurationTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/SelectProfileConfigurationTest.java?rev=5043&r1=5042&r2=5043&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/SelectProfileConfigurationTest.java (original)
+++ trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/SelectProfileConfigurationTest.java Mon Dec 16 16:14:31 2013
@@ -24,7 +24,7 @@
import net.shibboleth.idp.profile.RequestContextBuilder;
import net.shibboleth.idp.relyingparty.RelyingPartyContext;
-import net.shibboleth.idp.saml.profile.config.saml1.SsoProfileConfiguration;
+import net.shibboleth.idp.saml.profile.config.saml1.BrowserSSOProfileConfiguration;
import net.shibboleth.idp.saml.profile.saml1.Saml1ActionTestingSupport;
import org.springframework.webflow.execution.Event;
@@ -84,7 +84,7 @@
new RequestContextBuilder().setRelyingPartyProfileConfigurations(
Saml1ActionTestingSupport.buildProfileConfigurations()).buildProfileRequestContext();
- profileCtx.setProfileId(SsoProfileConfiguration.PROFILE_ID);
+ profileCtx.setProfileId(BrowserSSOProfileConfiguration.PROFILE_ID);
SelectProfileConfiguration action = new SelectProfileConfiguration();
action.setId("test");
@@ -96,6 +96,6 @@
Assert.assertNotNull(profileCtx.getSubcontext(RelyingPartyContext.class).getProfileConfig());
Assert.assertEquals(profileCtx.getSubcontext(RelyingPartyContext.class).getProfileConfig().getId(),
- SsoProfileConfiguration.PROFILE_ID);
+ BrowserSSOProfileConfiguration.PROFILE_ID);
}
}
More information about the commits
mailing list