diff options
| author | Alan Conway <aconway@apache.org> | 2007-02-06 21:38:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-02-06 21:38:30 +0000 |
| commit | 877e7ae368d4320bd60ba5750be207a5cac13f43 (patch) | |
| tree | 9f0777c5e6069b537e13d1c1f88cc08560f47de3 /cpp/tests/python_tests | |
| parent | a0c19714ccb547c401e598189a36573ac750e809 (diff) | |
| download | qpid-python-877e7ae368d4320bd60ba5750be207a5cac13f43.tar.gz | |
* 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
Diffstat (limited to 'cpp/tests/python_tests')
| -rwxr-xr-x | cpp/tests/python_tests | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
