From 1bc8bc59f5221cb5b1607e1b5eff34ad312a77fa Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 11 Jun 2008 17:32:34 +0000 Subject: 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 --- python/tests/codec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/codec.py') 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 # -------------------------------------- -- cgit v1.2.1