Author: lwaterman
Date: Wed Sep 27 15:27:02 2006
New Revision: 450604
URL: http://svn.apache.org/viewvc?view=rev&rev=450604
Log:
Remove ONE_WAY from tests
Modified:
incubator/ode/trunk/bpel-test/src/test/java/org/apache/ode/test/BPELTest.java
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test1.properties
Modified:
incubator/ode/trunk/bpel-test/src/test/java/org/apache/ode/test/BPELTest.java
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/java/org/apache/ode/test/BPELTest.java?view=diff&rev=450604&r1=450603&r2=450604
==============================================================================
---
incubator/ode/trunk/bpel-test/src/test/java/org/apache/ode/test/BPELTest.java
(original)
+++
incubator/ode/trunk/bpel-test/src/test/java/org/apache/ode/test/BPELTest.java
Wed Sep 27 15:27:02 2006
@@ -137,9 +137,6 @@
if ( !responsePattern.equals("ASYNC"))
assertTrue(false);
break;
- case ONE_WAY:
- if ( !responsePattern.equals("ONE_WAY"))
- assertTrue(false);
case COMPLETED_OK:
if (
!responsePattern.equals("COMPLETED_OK"))
testResponsePattern(mexContext.getCurrentResponse(),responsePattern);
@@ -161,7 +158,7 @@
private void testResponsePattern(Message response, String
responsePattern){
String resp = DOMUtils.domToString(response.getMessage());
- //System.out.println(resp);
+ System.out.println(resp);
assertTrue(Pattern.compile(responsePattern,Pattern.DOTALL).matcher(resp).matches());
}
Modified:
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test1.properties
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test1.properties?view=diff&rev=450604&r1=450603&r2=450604
==============================================================================
---
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test1.properties
(original)
+++
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test1.properties
Wed Sep 27 15:27:02 2006
@@ -2,4 +2,4 @@
service=testCorrelationService
operation=request
request1=<message><requestMessageData><testMessage><requestID>Start
Test5.1</requestID><requestText>Event Start
Test5.1</requestText><requestEnd>no</requestEnd></testMessage></requestMessageData></message>
-response1=ONE_WAY
\ No newline at end of file
+response1=ASYNC
\ No newline at end of file