diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-11 21:43:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-11 21:43:32 +0000 |
| commit | bcc0ea7084a7a6a7c6fc983c6094d6c70c244e2c (patch) | |
| tree | 19fe9a7805a5d692d1cb3403b33d1975f39f72dc /qpid/python/examples | |
| parent | 2354c1c85cb237389cf5e8d7984237497a03ce8a (diff) | |
| download | qpid-python-bcc0ea7084a7a6a7c6fc983c6094d6c70c244e2c.tar.gz | |
Fix errors in verify scripts.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@620619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples')
| -rw-r--r-- | qpid/python/examples/direct/verify.in | 6 | ||||
| -rw-r--r-- | qpid/python/examples/fanout/verify.in | 6 | ||||
| -rw-r--r-- | qpid/python/examples/pubsub/verify.in | 2 | ||||
| -rw-r--r-- | qpid/python/examples/request-response/verify.in | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/qpid/python/examples/direct/verify.in b/qpid/python/examples/direct/verify.in index e0dca33039..5e691619d9 100644 --- a/qpid/python/examples/direct/verify.in +++ b/qpid/python/examples/direct/verify.in @@ -1,6 +1,6 @@ -==== ./declare_queues.py.out -==== ./direct_producer.py.out -==== ./direct_consumer.py.out +==== declare_queues.py.out +==== direct_producer.py.out +==== direct_consumer.py.out message 0 message 1 message 2 diff --git a/qpid/python/examples/fanout/verify.in b/qpid/python/examples/fanout/verify.in index c625c30773..a5f57f0b4b 100644 --- a/qpid/python/examples/fanout/verify.in +++ b/qpid/python/examples/fanout/verify.in @@ -1,6 +1,6 @@ -==== ./declare_queues.py.out -==== ./fanout_producer.py.out -==== ./fanout_consumer.py.out +==== declare_queues.py.out +==== fanout_producer.py.out +==== fanout_consumer.py.out message 0 message 1 message 2 diff --git a/qpid/python/examples/pubsub/verify.in b/qpid/python/examples/pubsub/verify.in index 19dcf88312..69de08d17c 100644 --- a/qpid/python/examples/pubsub/verify.in +++ b/qpid/python/examples/pubsub/verify.in @@ -1,4 +1,4 @@ -==== ./topic_publisher.py.out +==== topic_publisher.py.out ==== topic_subscriber.py.out | remove_uuid64 | sort message 0 message 0 diff --git a/qpid/python/examples/request-response/verify.in b/qpid/python/examples/request-response/verify.in index c02a423bcb..f681253b3c 100644 --- a/qpid/python/examples/request-response/verify.in +++ b/qpid/python/examples/request-response/verify.in @@ -1,4 +1,4 @@ -==== ./client.py.out | remove_uuid64 +==== client.py.out | remove_uuid64 Request: Twas brilling, and the slithy toves Request: Did gyre and gimble in the wabe. Request: All mimsy were the borogroves, @@ -9,6 +9,6 @@ Response: DID GYRE AND GIMBLE IN THE WABE. Response: ALL MIMSY WERE THE BOROGROVES, Response: AND THE MOME RATHS OUTGRABE. No more messages! -==== server.py.out | remove_uuid64 +==== server.py.out | remove_uuid64 Request server running - run your client now. (Times out after 100 seconds ...) |
