[java-identity-provider COMMIT] /trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseVa...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 16 17:07:04 EST 2015
Author: tzeller
Date: Fri Jan 16 17:06:59 2015
New Revision: 7247
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7247&view=rev
Log:
Missed check in, increase visibility of fields.
Modified:
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java?rev=7247&r1=7246&r2=7247&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java (original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/saml2/SAML2TestResponseValidator.java Fri Jan 16 17:06:59 2015
@@ -81,13 +81,13 @@
@Nonnull public NameID nameID;
/** Expected status code. */
- @Nonnull protected String statusCode = StatusCode.SUCCESS;
+ @Nonnull public String statusCode = StatusCode.SUCCESS;
/** Expected nested status code when an error occurs. */
- @Nonnull protected String statusCodeNested = StatusCode.REQUEST_DENIED;
+ @Nonnull public String statusCodeNested = StatusCode.REQUEST_DENIED;
/** Expected status message when an error occurs. */
- @Nonnull protected String statusMessage = "An error occurred.";
+ @Nonnull public String statusMessage = "An error occurred.";
/** Expected subject confirmation method. */
@Nonnull public String subjectConfirmationMethod = SubjectConfirmation.METHOD_BEARER;
More information about the commits
mailing list