[java-idp-testbed COMMIT] /trunk/src/main/java/Main.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 22 21:00:48 EDT 2015


Author: scantor
Date: Mon Jun 22 21:00:47 2015
New Revision: 313

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=313&view=rev
Log:
Set idp.webflows to classpath*: in testbed now that failure is reproduced.

Modified:
    trunk/src/main/java/Main.java

Modified: trunk/src/main/java/Main.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/java/Main.java?rev=313&r1=312&r2=313&view=diff
==============================================================================
--- trunk/src/main/java/Main.java	(original)
+++ trunk/src/main/java/Main.java	Mon Jun 22 21:00:47 2015
@@ -48,9 +48,8 @@
             // Set idp.home to "classpath:" so test files in idp-conf/src/test/resources can be found.
             System.setProperty("idp.home", "classpath:");
 
-            // After all this discussion, is this really needed? Doesn't seem to be to get test flows to run.
-            // Set idp.webflows to "classpath*:/flows" so flows in multiple locations can be found.
-            //System.setProperty("idp.webflows", "classpath*:/flows");
+            // Set idp.webflows to "classpath*:/flows" so user flows in multiple locations can be found.
+            System.setProperty("idp.webflows", "classpath*:/flows");
 
             // Determine path to jetty-base in the idp-distribution module.
             final Path pathToJettyBase =



More information about the commits mailing list