summaryrefslogtreecommitdiff
path: root/qpid/python/cpp_failing_0-10.txt
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-03-06 17:52:59 +0000
committerGordon Sim <gsim@apache.org>2008-03-06 17:52:59 +0000
commit8d744424bd71e57768f54ee0c96656ba2bfb9392 (patch)
treeeadf5239e6898f87fe46a225c841a98b404e0860 /qpid/python/cpp_failing_0-10.txt
parent00a8a8b331934b6bebb18d9f2cccad363c939e63 (diff)
downloadqpid-python-8d744424bd71e57768f54ee0c96656ba2bfb9392.tar.gz
Fixes to c++ broker:
- use final version of delivery properties where appropriate - start sequence numbering of outgoing messages at 0 - explicit accept-mode is now 0 (no more confirm-mode) - add default initialisers for numeric fields in methods Converted some more python tests to use final 0-10 client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@634368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/cpp_failing_0-10.txt')
-rw-r--r--qpid/python/cpp_failing_0-10.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/qpid/python/cpp_failing_0-10.txt b/qpid/python/cpp_failing_0-10.txt
index e1f6a60f3a..5329c0f6e2 100644
--- a/qpid/python/cpp_failing_0-10.txt
+++ b/qpid/python/cpp_failing_0-10.txt
@@ -46,9 +46,7 @@ tests_0-10.dtx.DtxTests.test_start_join
tests_0-10.dtx.DtxTests.test_start_join_and_resume
tests_0-10.dtx.DtxTests.test_suspend_resume
tests_0-10.dtx.DtxTests.test_suspend_start_end_resume
-tests_0-10.message.MessageTests.test_ack
tests_0-10.message.MessageTests.test_acquire
-tests_0-10.message.MessageTests.test_cancel
tests_0-10.message.MessageTests.test_consume_exclusive
tests_0-10.message.MessageTests.test_consume_no_local
tests_0-10.message.MessageTests.test_consume_no_local_awkward
@@ -62,10 +60,6 @@ tests_0-10.message.MessageTests.test_qos_prefetch_size
tests_0-10.message.MessageTests.test_ranged_ack
tests_0-10.message.MessageTests.test_recover
tests_0-10.message.MessageTests.test_recover_requeue
-tests_0-10.message.MessageTests.test_reject
-tests_0-10.message.MessageTests.test_release
-tests_0-10.message.MessageTests.test_release_ordering
-tests_0-10.message.MessageTests.test_release_unacquired
tests_0-10.message.MessageTests.test_subscribe_not_acquired
tests_0-10.message.MessageTests.test_subscribe_not_acquired_2
tests_0-10.message.MessageTests.test_subscribe_not_acquired_3
@@ -86,7 +80,4 @@ tests_0-10.queue.QueueTests.test_unbind_direct
tests_0-10.queue.QueueTests.test_unbind_fanout
tests_0-10.queue.QueueTests.test_unbind_headers
tests_0-10.queue.QueueTests.test_unbind_topic
-tests_0-10.broker.BrokerTests.test_closed_channel
-tests_0-10.broker.BrokerTests.test_ack_and_no_ack
-tests_0-10.broker.BrokerTests.test_invalid_channel
tests_0-10.example.ExampleTest.test_example