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 | 1bc13c57740519c28620ee00051e9999b965176e (patch) | |
| tree | ac40cb4f0ec2a943617ed083e017d82f871cb48b /qpid/java/client | |
| parent | 55bca9389c6a0b5fa899238e26a2a913be459a78 (diff) | |
| download | qpid-python-1bc13c57740519c28620ee00051e9999b965176e.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@656071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/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/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in index ead7a5747b..bffe9d2842 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in +++ b/qpid/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 |
