summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-06-11 17:32:34 +0000
committerRafael H. Schloming <rhs@apache.org>2008-06-11 17:32:34 +0000
commit1bc8bc59f5221cb5b1607e1b5eff34ad312a77fa (patch)
tree1000e019a6394f346b24fb6230efbb8932446fb5 /python
parentc2352747d859facc179fa9338c7fa3a8335f0763 (diff)
downloadqpid-python-1bc8bc59f5221cb5b1607e1b5eff34ad312a77fa.tar.gz
load the old version of the spec file for old codec tests, removed unused test exclude list
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@666743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/cpp_failing_0-10_preview.txt6
-rw-r--r--python/tests/codec.py2
2 files changed, 1 insertions, 7 deletions
diff --git a/python/cpp_failing_0-10_preview.txt b/python/cpp_failing_0-10_preview.txt
deleted file mode 100644
index 91c2a7fce4..0000000000
--- a/python/cpp_failing_0-10_preview.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-tests.codec.FieldTableTestCase.test_field_table_decode
-tests.codec.FieldTableTestCase.test_field_table_multiple_name_value_pair
-tests.codec.FieldTableTestCase.test_field_table_name_value_pair
-tests_0-10_preview.alternate_exchange.AlternateExchangeTests.test_immediate
-tests_0-10_preview.broker.BrokerTests.test_closed_channel
-
diff --git a/python/tests/codec.py b/python/tests/codec.py
index e23c3deca1..4bd3675af8 100644
--- a/python/tests/codec.py
+++ b/python/tests/codec.py
@@ -59,7 +59,7 @@ SPEC = None
def spec():
global SPEC
if SPEC == None:
- SPEC = load(testrunner.get_spec_file("amqp.0-10-preview.xml"))
+ SPEC = load(testrunner.get_spec_file("amqp.0-8.xml"))
return SPEC
# --------------------------------------