From 5fe0458b26fdf5ec233d8181201d3673a15006ae Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 1 May 2008 10:15:35 +0000 Subject: 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 --- qpid/cpp/examples/verify_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/examples/verify_all') diff --git a/qpid/cpp/examples/verify_all b/qpid/cpp/examples/verify_all index 5501239021..f5e6aed3ea 100755 --- a/qpid/cpp/examples/verify_all +++ b/qpid/cpp/examples/verify_all @@ -11,7 +11,7 @@ trap "$qpidd -q" exit export QPID_PORT=`$qpidd -dp0 --data-dir ""` export PYTHON_EXAMPLES=$python/examples export PYTHONPATH=$python:$PYTHONPATH -export AMQP_SPEC=$srcdir/specs/amqp.0-10-preview.xml +export AMQP_SPEC=$srcdir/specs/amqp.0-10.xml test -d $PYTHON_EXAMPLES || echo "Warning: not verifying python examples, $PYTHON_EXAMPLES not found" find="find examples" -- cgit v1.2.1