You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2008/12/16 21:53:48 UTC

svn commit: r727146 - /ode/trunk/engine/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java

Author: vanto
Date: Tue Dec 16 12:53:47 2008
New Revision: 727146

URL: http://svn.apache.org/viewvc?rev=727146&view=rev
Log:
Re: ODE-464 - MEX state changes are okay for MockMEXs

Modified:
    ode/trunk/engine/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java

Modified: ode/trunk/engine/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java
URL: http://svn.apache.org/viewvc/ode/trunk/engine/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java?rev=727146&r1=727145&r2=727146&view=diff
==============================================================================
--- ode/trunk/engine/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java (original)
+++ ode/trunk/engine/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java Tue Dec 16 12:53:47 2008
@@ -222,6 +222,9 @@
             }
         });
         
+        // IL may acknowledge
+        partner.expects(atLeastOnce()).method("onMyRoleMessageExchangeStateChanged");
+        
         partner.expects(atLeastOnce()).method("getSupportedInvocationStyle").will(returnValue(Collections.singleton(InvocationStyle.UNRELIABLE)));
         
         // There will be multiple calls to invoke.