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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 28 12:03:35 EST 2014


Author: tzeller
Date: Tue Jan 28 12:03:35 2014
New Revision: 130

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=130&view=rev
Log:
For tests and probably to be removed later, output the ProfileRequestContext as a flow outcome output attribute.

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=130&r1=129&r2=130&view=diff
==============================================================================
--- trunk/src/test/java/idp/AbstractFlowTest.java (original)
+++ trunk/src/test/java/idp/AbstractFlowTest.java Tue Jan 28 12:03:35 2014
@@ -57,6 +57,9 @@
 
     /** Path to LDIF file to be imported into directory server. */
     @Nonnull public final static String LDIF_FILE = "src/main/resources/test/ldap.ldif";
+    
+    /** Name of flow output attribute containing the profile request context. */
+    public final static String OUTPUT_ATTR_NAME = "ProfileRequestContext";
 
     /** In-memory directory server. */
     @Nonnull protected InMemoryDirectory directoryServer;



More information about the commits mailing list