Author: rr
Date: Tue Mar 9 21:24:50 2010
New Revision: 921132
URL: http://svn.apache.org/viewvc?rev=921132&view=rev
Log:
ODE-405: testFailureWithManualRecovery fix
Modified:
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java
Modified:
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java?rev=921132&r1=921131&r2=921132&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java
(original)
+++
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java
Tue Mar 9 21:24:50 2010
@@ -439,7 +439,7 @@ public class ActivityRecoveryTest extend
}
}
}
- if (scope == null) return (ArrayList<TActivityInfo>)
Collections.EMPTY_LIST;
+ if (scope == null) return new ArrayList<TActivityInfo>();
}
if (recoveries == null)
recoveries = new ArrayList<TActivityInfo>();