From 877e7ae368d4320bd60ba5750be207a5cac13f43 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 6 Feb 2007 21:38:30 +0000 Subject: * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions. * cpp/lib/broker/BrokerAdapter.cpp (consume): Moved exceptions to Queue * cpp/lib/broker/BrokerChannel.cpp (consume): Moved exceptions to Queue * cpp/lib/broker/BrokerMessageBase.cpp: - Added getApplicationHeaders. * cpp/lib/broker/BrokerMessageMessage.cpp: - Fixed exchangeName/destination mix up. - Removed redundant constructor. - Added getApplicationHeaders * cpp/lib/broker/MessageHandlerImpl.cpp: - Added missing acknowledgements - Replaced assert(0) with throw "unimplemented". - Moved exchange existence exceptions to ExchangeRegistry - Handle transfers with references. * cpp/tests/Makefile.am (check): Don't run tests unless all libs built OK. * cpp/tests/python_tests: Re-enabled python tests. Not all passing. * python/tests/message.py (MessageTests.test_get): Replace get-ok with ok. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@504305 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/python_tests | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/tests/python_tests') diff --git a/cpp/tests/python_tests b/cpp/tests/python_tests index d41f8adb80..3f22082f51 100755 --- a/cpp/tests/python_tests +++ b/cpp/tests/python_tests @@ -1,8 +1,4 @@ #!/bin/sh -# FIXME aconway 2007-01-09: Re-enable. -echo "*** WARNING: PYTHON TESTS DISABLED till branch is functioning on 0-9." -exit - # Run the python tests. if test -d ../../python ; then cd ../../python && ./run-tests -v -I cpp_failing.txt -- cgit v1.2.1