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

noreply at shibboleth.net noreply at shibboleth.net
Wed May 25 15:28:41 EDT 2016


Author: scantor
Date: Wed May 25 15:28:40 2016
New Revision: 8257

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8257&view=rev
Log:
Remove unnecessary test.

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

Modified: trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthenticationTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthenticationTest.java?rev=8257&r1=8256&r2=8257&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthenticationTest.java	(original)
+++ trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthenticationTest.java	Wed May 25 15:28:40 2016
@@ -42,12 +42,6 @@
         action.initialize();
     }
 
-    @Test public void testNoTransition() {
-        mfa.setNextFlowId("none");
-        Event event = action.execute(src);
-        ActionTestingSupport.assertEvent(event, AuthnEventIds.NO_POTENTIAL_FLOW);
-    }
-
     @Test public void testNoResult() {
         mfa.setNextFlowId("authn/test2");
         Event event = action.execute(src);



More information about the commits mailing list