summaryrefslogtreecommitdiff
path: root/qpid/python/examples/request-response/verify
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-01 10:15:35 +0000
committerGordon Sim <gsim@apache.org>2008-05-01 10:15:35 +0000
commit5fe0458b26fdf5ec233d8181201d3673a15006ae (patch)
treea78180e863ad354638fbe58c568dc134dab408fb /qpid/python/examples/request-response/verify
parent27ecd6f07fb30357a77cbcf8ced20d7711b0db08 (diff)
downloadqpid-python-5fe0458b26fdf5ec233d8181201d3673a15006ae.tar.gz
QPID-966: applied patch from rajith; altered to use uuid as session name; updated verify scripts for automated testing;
re-enabled automated testing in c++ build git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/examples/request-response/verify')
-rw-r--r--qpid/python/examples/request-response/verify2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/examples/request-response/verify b/qpid/python/examples/request-response/verify
index 2a2d479077..cf8151d4e4 100644
--- a/qpid/python/examples/request-response/verify
+++ b/qpid/python/examples/request-response/verify
@@ -2,4 +2,4 @@
background "Request server running" ./server.py
clients ./client.py
kill %% # Must kill the server.
-outputs "./client.py.out | remove_uuid64" " server.py.out | remove_uuid64"
+outputs "./client.py.out | remove_uuid" " server.py.out | remove_uuid"