diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-05-14 01:03:27 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-05-14 01:03:27 +0000 |
| commit | ed4ba7a5e9bafe03951f0629789458a575c3a216 (patch) | |
| tree | c6826f27b316cc6b89517659327c15e945e7221d /java/client/example | |
| parent | 7e6635d7e297f6ecf2199028da573bc10437f3ae (diff) | |
| download | qpid-python-ed4ba7a5e9bafe03951f0629789458a575c3a216.tar.gz | |
Modified the verify_java_python.in file to reflect the changes made to the python code in rev 655965.
The change was to correct a few typos.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
| -rw-r--r-- | java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in b/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in index ead7a5747b..bffe9d2842 100644 --- a/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in +++ b/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in @@ -1,10 +1,10 @@ ==== client.py.out | remove_uuid -Request: Twas brilling, and the slithy toves +Request: Twas brillig, and the slithy toves Request: Did gyre and gimble in the wabe. Request: All mimsy were the borogroves, Request: And the mome raths outgrabe. Messages on queue: reply_to: -Response: TWAS BRILLING, AND THE SLITHY TOVES +Response: TWAS BRILLIG, AND THE SLITHY TOVES Response: DID GYRE AND GIMBLE IN THE WABE. Response: ALL MIMSY WERE THE BOROGROVES, Response: AND THE MOME RATHS OUTGRABE. @@ -17,7 +17,7 @@ Server: Creating a MessageProducer Server: Starting connection so MessageConsumer can receive messages Server: Receiving the message Server: Activating response queue listener -Server: Response = TWAS BRILLING, AND THE SLITHY TOVES +Server: Response = TWAS BRILLIG, AND THE SLITHY TOVES Server: Receiving the message Server: Activating response queue listener |
