[java-idp-testbed COMMIT] in /trunk/src/test/resources/c14n/webflows: cryptoTransientNameID-flow.xml cryptoTransientN...

noreply at shibboleth.net noreply at shibboleth.net
Mon May 5 15:49:37 EDT 2014


Author: scantor
Date: Mon May  5 15:49:36 2014
New Revision: 213

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=213&view=rev
Log:
Simple way to catch direct call to subflow.

Modified:
    trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml
    trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml
    trunk/src/test/resources/c14n/webflows/directNameID-flow.xml
    trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml
    trunk/src/test/resources/c14n/webflows/transientNameID-flow.xml
    trunk/src/test/resources/c14n/webflows/transientNameIdentifier-flow.xml

Modified: trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml?rev=213&r1=212&r2=213&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/cryptoTransientNameID-flow.xml Mon May  5 15:49:36 2014
@@ -16,6 +16,7 @@
     </action-state>
 
     <subflow-state id="C14N" subflow="SubjectC14N/SAML">
+        <input name="calledAsSubflow" value="true" />
         <transition on="proceed" to="TestAfterC14N" />
         <transition on="InvalidSubjectCanonicalizationContext" to="end" />
     </subflow-state>

Modified: trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml?rev=213&r1=212&r2=213&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/cryptoTransientNameIdentifier-flow.xml Mon May  5 15:49:36 2014
@@ -16,6 +16,7 @@
     </action-state>    
     
     <subflow-state id="C14N" subflow="SubjectC14N/SAML">
+        <input name="calledAsSubflow" value="true" />
         <transition on="proceed" to="TestAfterC14N" />
         <transition on="InvalidSubjectCanonicalizationContext" to="end" />
     </subflow-state>

Modified: trunk/src/test/resources/c14n/webflows/directNameID-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/directNameID-flow.xml?rev=213&r1=212&r2=213&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/directNameID-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/directNameID-flow.xml Mon May  5 15:49:36 2014
@@ -16,6 +16,7 @@
     </action-state>    
     
     <subflow-state id="C14N" subflow="SubjectC14N/SAML">
+        <input name="calledAsSubflow" value="true" />
         <transition on="proceed" to="TestAfterC14N" />
         <transition on="InvalidSubjectCanonicalizationContext" to="end" />
     </subflow-state>

Modified: trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml?rev=213&r1=212&r2=213&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/directNameIdentifier-flow.xml Mon May  5 15:49:36 2014
@@ -16,8 +16,9 @@
     </action-state>    
     
     <subflow-state id="C14N" subflow="SubjectC14N/SAML">
-            <transition on="proceed" to="TestAfterC14N" />
-            <transition on="InvalidSubjectCanonicalizationContext" to="end" />
+        <input name="calledAsSubflow" value="true" />
+        <transition on="proceed" to="TestAfterC14N" />
+        <transition on="InvalidSubjectCanonicalizationContext" to="end" />
     </subflow-state>
 
     <action-state id="TestAfterC14N">

Modified: trunk/src/test/resources/c14n/webflows/transientNameID-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/transientNameID-flow.xml?rev=213&r1=212&r2=213&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/transientNameID-flow.xml (original)
+++ trunk/src/test/resources/c14n/webflows/transientNameID-flow.xml Mon May  5 15:49:36 2014
@@ -16,6 +16,7 @@
     </action-state>    
     
     <subflow-state id="C14N" subflow="SubjectC14N/SAML">
+        <input name="calledAsSubflow" value="true" />
         <transition on="proceed" to="TestAfterC14N" />
         <transition on="InvalidSubjectCanonicalizationContext" to="end" />
     </subflow-state>

Modified: trunk/src/test/resources/c14n/webflows/transientNameIdentifier-flow.xml

[... 13 lines stripped ...]


More information about the commits mailing list