Return-Path: Delivered-To: apmail-incubator-qpid-commits-archive@locus.apache.org Received: (qmail 33885 invoked from network); 11 Feb 2008 21:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 21:44:06 -0000 Received: (qmail 75426 invoked by uid 500); 11 Feb 2008 21:44:00 -0000 Delivered-To: apmail-incubator-qpid-commits-archive@incubator.apache.org Received: (qmail 75416 invoked by uid 500); 11 Feb 2008 21:44:00 -0000 Mailing-List: contact qpid-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-commits@incubator.apache.org Received: (qmail 75407 invoked by uid 99); 11 Feb 2008 21:44:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 13:44:00 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 21:43:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 95EB41A9832; Mon, 11 Feb 2008 13:43:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r620619 - in /incubator/qpid/trunk/qpid/python/examples: direct/verify.in fanout/verify.in pubsub/verify.in request-response/verify.in Date: Mon, 11 Feb 2008 21:43:34 -0000 To: qpid-commits@incubator.apache.org From: aconway@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080211214334.95EB41A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 ...)