[java-identity-provider COMMIT] in /trunk/idp-conf/src/test: java/net/shibboleth/idp/test/flows/interceptor/PostAuthn...

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 22 15:11:39 EDT 2014


Author: tzeller
Date: Wed Oct 22 15:11:39 2014
New Revision: 6771

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6771&view=rev
Log:
Fix test after adding property to enable post-authn flows.

Added:
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnAppCtxInitializer.java   (with props)
    trunk/idp-conf/src/test/resources/post-authn/post-authn.properties   (with props)
Modified:
    trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java

Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java?rev=6771&r1=6770&r2=6771&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java (original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java Wed Oct 22 15:11:39 2014
@@ -40,7 +40,8 @@
 import com.google.common.base.Predicate;
 
 /** Tests for the post-authn profile interceptor flow. */
- at ContextConfiguration({"classpath:/post-authn/test-webflow-config.xml",})
+ at ContextConfiguration(locations = {"classpath:/post-authn/test-webflow-config.xml",},
+        initializers = PostAuthnAppCtxInitializer.class)
 public class PostAuthnFlowTest extends AbstractFlowTest {
 
     /** Flow id. */



More information about the commits mailing list