You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2006/11/21 02:14:29 UTC

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

Author: assaf
Date: Mon Nov 20 17:14:29 2006
New Revision: 477452

URL: http://svn.apache.org/viewvc?view=rev&rev=477452
Log:
Fixed comment

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

Modified: incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java?view=diff&rev=477452&r1=477451&r2=477452
==============================================================================
--- incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java (original)
+++ incubator/ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/ActivityRecoveryTest.java Mon Nov 20 17:14:29 2006
@@ -45,7 +45,7 @@
 import org.apache.ode.utils.DOMUtils;
 
 /**
- * Test core BPEL processing capabilities.
+ * Test activity recovery and failure handling.
  */
 public class ActivityRecoveryTest extends TestCase {