You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2008/02/11 22:43:34 UTC

svn commit: r620619 - in /incubator/qpid/trunk/qpid/python/examples: direct/verify.in fanout/verify.in pubsub/verify.in request-response/verify.in

Author: aconway
Date: Mon Feb 11 13:43:32 2008
New Revision: 620619

URL: http://svn.apache.org/viewvc?rev=620619&view=rev
Log:
Fix errors in verify scripts.

Modified:
    incubator/qpid/trunk/qpid/python/examples/direct/verify.in
    incubator/qpid/trunk/qpid/python/examples/fanout/verify.in
    incubator/qpid/trunk/qpid/python/examples/pubsub/verify.in
    incubator/qpid/trunk/qpid/python/examples/request-response/verify.in

Modified: incubator/qpid/trunk/qpid/python/examples/direct/verify.in
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/examples/direct/verify.in?rev=620619&r1=620618&r2=620619&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/examples/direct/verify.in (original)
+++ incubator/qpid/trunk/qpid/python/examples/direct/verify.in Mon Feb 11 13:43:32 2008
@@ -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

Modified: incubator/qpid/trunk/qpid/python/examples/fanout/verify.in
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/examples/fanout/verify.in?rev=620619&r1=620618&r2=620619&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/examples/fanout/verify.in (original)
+++ incubator/qpid/trunk/qpid/python/examples/fanout/verify.in Mon Feb 11 13:43:32 2008
@@ -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

Modified: incubator/qpid/trunk/qpid/python/examples/pubsub/verify.in
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/examples/pubsub/verify.in?rev=620619&r1=620618&r2=620619&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/examples/pubsub/verify.in (original)
+++ incubator/qpid/trunk/qpid/python/examples/pubsub/verify.in Mon Feb 11 13:43:32 2008
@@ -1,4 +1,4 @@
-==== ./topic_publisher.py.out
+==== topic_publisher.py.out
 ==== topic_subscriber.py.out | remove_uuid64 | sort
 message 0
 message 0

Modified: incubator/qpid/trunk/qpid/python/examples/request-response/verify.in
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/examples/request-response/verify.in?rev=620619&r1=620618&r2=620619&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/examples/request-response/verify.in (original)
+++ incubator/qpid/trunk/qpid/python/examples/request-response/verify.in Mon Feb 11 13:43:32 2008
@@ -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: 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 ...)