summaryrefslogtreecommitdiff
path: root/qpid/python/tests/codec.py
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
commit38ac6f27ea2cb49b0161202e13f222875e5e2b44 (patch)
tree047cc3ae9b1cd6e456f1ed875522133a5d4609c7 /qpid/python/tests/codec.py
parentfc86c08baea896925117d3f11b8c7cac3e7567f9 (diff)
downloadqpid-python-38ac6f27ea2cb49b0161202e13f222875e5e2b44.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@666743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests/codec.py')
-rw-r--r--qpid/python/tests/codec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests/codec.py b/qpid/python/tests/codec.py
index e23c3deca1..4bd3675af8 100644
--- a/qpid/python/tests/codec.py
+++ b/qpid/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
# --------------------------------------