diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-06-11 17:32:34 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-06-11 17:32:34 +0000 |
commit | 1bc8bc59f5221cb5b1607e1b5eff34ad312a77fa (patch) | |
tree | 1000e019a6394f346b24fb6230efbb8932446fb5 /python/tests/codec.py | |
parent | c2352747d859facc179fa9338c7fa3a8335f0763 (diff) | |
download | qpid-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/tests/codec.py')
-rw-r--r-- | python/tests/codec.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 # -------------------------------------- |