Skip to content

Commit

Permalink
Use correct engine ide for ode 1.3.5 with in-memory processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Sep 29, 2015
1 parent bffccd1 commit 3fa8b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/betsy/BPELSystemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void test_B1_BpelOdeSequence() throws IOException, InterruptedException {

@Test
public void test_B1_BpelOdeInMemSequence() throws IOException, InterruptedException {
testBPELEngine("ode__1_3_5__ode-in-memory");
testBPELEngine("ode__1_3_5__in-memory");
}

@Test
Expand Down

0 comments on commit 3fa8b17

Please sign in to comment.