[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanoni...

noreply at shibboleth.net noreply at shibboleth.net
Sat Jan 18 19:54:35 EST 2014


Author: scantor
Date: Sat Jan 18 19:54:34 2014
New Revision: 5210

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5210&view=rev
Log:
Fix a test.

Modified:
    trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalizationTest.java

Modified: trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalizationTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalizationTest.java?rev=5210&r1=5209&r2=5210&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalizationTest.java (original)
+++ trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SimpleSubjectCanonicalizationTest.java Sat Jan 18 19:54:34 2014
@@ -50,7 +50,7 @@
     @Test public void testNoContext() throws ProfileException {
         action.execute(prc);
         
-        ActionTestingSupport.assertEvent(prc, EventIds.INVALID_PROFILE_CTX);
+        ActionTestingSupport.assertEvent(prc, AuthnEventIds.INVALID_SUBJECT_C14N_CTX);
     }
 
     @Test public void testNoPrincipal() throws ProfileException {



More information about the commits mailing list