Author: vanto
Date: Sat Feb 7 13:34:38 2009
New Revision: 741892
URL: http://svn.apache.org/viewvc?rev=741892&view=rev
Log:
Reverting the change introduced with ODE-464. This issue still needs to be
reproduced and confirmed (or closed).
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=741892&r1=741891&r2=741892&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
Sat Feb 7 13:34:38 2009
@@ -222,8 +222,9 @@
}
});
- // IL may acknowledge
-
partner.expects(atLeastOnce()).method("onMyRoleMessageExchangeStateChanged");
+ // TODO: Investigate ODE-464
+ // IL may acknowledge?
+ //
partner.expects(atLeastOnce()).method("onMyRoleMessageExchangeStateChanged");
partner.expects(atLeastOnce()).method("getSupportedInvocationStyle").will(returnValue(Collections.singleton(InvocationStyle.UNRELIABLE)));