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 2013/08/27 23:03:59 UTC

git commit: fixing a filename case typo. refs ODE-454.

Updated Branches:
  refs/heads/ode-1.3.6.x ec0213f89 -> 088c56d6e


fixing a filename case typo. refs ODE-454.


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/088c56d6
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/088c56d6
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/088c56d6

Branch: refs/heads/ode-1.3.6.x
Commit: 088c56d6e0dbf6e31ce8ff15ea4e4271e5d821eb
Parents: ec0213f
Author: Tammo van Lessen <tv...@gmail.com>
Authored: Tue Aug 27 23:03:19 2013 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
Committed: Tue Aug 27 23:03:19 2013 +0200

----------------------------------------------------------------------
 .../java/org/apache/ode/bpel/compiler_2_0/GoodCompileTest.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/088c56d6/bpel-compiler/src/test/java/org/apache/ode/bpel/compiler_2_0/GoodCompileTest.java
----------------------------------------------------------------------
diff --git a/bpel-compiler/src/test/java/org/apache/ode/bpel/compiler_2_0/GoodCompileTest.java b/bpel-compiler/src/test/java/org/apache/ode/bpel/compiler_2_0/GoodCompileTest.java
index d55a59b..785d2be 100644
--- a/bpel-compiler/src/test/java/org/apache/ode/bpel/compiler_2_0/GoodCompileTest.java
+++ b/bpel-compiler/src/test/java/org/apache/ode/bpel/compiler_2_0/GoodCompileTest.java
@@ -46,9 +46,9 @@ public class GoodCompileTest extends TestCase {
         suite.addTest(new GoodCompileTCase("/2.0/good/flow/flow5-2.0.bpel"));
         suite.addTest(new GoodCompileTCase("/2.0/good/flow/flow6-2.0.bpel"));
         suite.addTest(new GoodCompileTCase("/2.0/good/flow/flow7-2.0.bpel"));
-        suite.addTest(new GoodCompileTCase("/2.0/good/foreach/Foreach1-2.0.bpel"));
-        suite.addTest(new GoodCompileTCase("/2.0/good/foreach/Foreach2-2.0.bpel"));
-        suite.addTest(new GoodCompileTCase("/2.0/good/foreach/Foreach3-2.0.bpel"));
+        suite.addTest(new GoodCompileTCase("/2.0/good/foreach/ForEach1-2.0.bpel"));
+        suite.addTest(new GoodCompileTCase("/2.0/good/foreach/ForEach2-2.0.bpel"));
+        suite.addTest(new GoodCompileTCase("/2.0/good/foreach/ForEach3-2.0.bpel"));
         suite.addTest(new GoodCompileTCase("/2.0/good/if/If1-2.0.bpel"));
         suite.addTest(new GoodCompileTCase("/2.0/good/if/If2-2.0.bpel"));
         suite.addTest(new GoodCompileTCase("/2.0/good/if/If3-2.0.bpel"));