[java-idp-testbed COMMIT] /trunk/src/test/java/idp/AbstractFlowTest.java

noreply at shibboleth.net noreply at shibboleth.net
Wed May 7 20:18:31 EDT 2014


Author: scantor
Date: Wed May  7 20:18:30 2014
New Revision: 218

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=218&view=rev
Log:
Renaming flows to make user-override cleaner 

Modified:
    trunk/src/test/java/idp/AbstractFlowTest.java

Modified: trunk/src/test/java/idp/AbstractFlowTest.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/AbstractFlowTest.java?rev=218&r1=217&r2=218&view=diff
==============================================================================
--- trunk/src/test/java/idp/AbstractFlowTest.java (original)
+++ trunk/src/test/java/idp/AbstractFlowTest.java Wed May  7 20:18:30 2014
@@ -113,7 +113,7 @@
     @Nonnull public final static String IP_ADDRESS_AUTHN_MAP_BEAN_NAME = "shibboleth.authn.IPAddress.Mappings";
 
     /** The flow ID for IP address based authn. */
-    @Nonnull public final static String IP_ADDRESS_AUTHN_FLOW_ID = "AuthenticationFlow/IPAddress";
+    @Nonnull public final static String IP_ADDRESS_AUTHN_FLOW_ID = "authn/IPAddress";
 
     /** In-memory directory server. */
     @NonnullAfterInit protected InMemoryDirectory directoryServer;



More information about the commits mailing list