[java-idp-integration-tests COMMIT] /trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2UnsolicitedSSOIntegration...

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 21 00:51:36 EST 2014


Author: tzeller
Date: Fri Nov 21 00:51:36 2014
New Revision: 36

URL: http://svn.shibboleth.net/view/java-idp-integration-tests?rev=36&view=rev
Log:
Use "_shib_idp" as prefix for parameters rather than "_idp".

Modified:
    trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2UnsolicitedSSOIntegrationWithConsentTest.java

Modified: trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2UnsolicitedSSOIntegrationWithConsentTest.java
URL: http://svn.shibboleth.net/view/java-idp-integration-tests/trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2UnsolicitedSSOIntegrationWithConsentTest.java?rev=36&r1=35&r2=36&view=diff
==============================================================================
--- trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2UnsolicitedSSOIntegrationWithConsentTest.java (original)
+++ trunk/src/test/java/net/shibboleth/idp/test/saml2/SAML2UnsolicitedSSOIntegrationWithConsentTest.java Fri Nov 21 00:51:36 2014
@@ -69,16 +69,16 @@
     public final static String EDU_PERSON_AFFILIATION_ID = "eduPersonAffiliation";
 
     /** ID of radio button to not remember consent. */
-    public final static String DO_NOT_REMEMBER_CONSENT_ID = "_idp_doNotRememberConsent";
+    public final static String DO_NOT_REMEMBER_CONSENT_ID = "_shib_idp_doNotRememberConsent";
 
     /** ID of radio button to remember consent. */
-    public final static String REMEMBER_CONSENT_ID = "_idp_rememberConsent";
+    public final static String REMEMBER_CONSENT_ID = "_shib_idp_rememberConsent";
 
     /** ID of radio button for global consent. */
-    public final static String GLOBAL_CONSENT_ID = "_idp_globalConsent";
+    public final static String GLOBAL_CONSENT_ID = "_shib_idp_globalConsent";
 
     /** Name of form input element containing consent IDs. */
-    public final static String CONSENT_IDS_INPUT_NAME = "consentIds";
+    public final static String CONSENT_IDS_INPUT_NAME = "_shib_idp_consentIds";
 
     /** Name of form input element to submit form. */
     public final static String SUBMIT_FORM_INPUT_NAME = "_eventId_proceed";



More information about the commits mailing list