diff options
author | Rafael H. Schloming <rhs@apache.org> | 2007-08-20 17:31:57 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2007-08-20 17:31:57 +0000 |
commit | 519aea5b672320304fef1f7487ce7f4976f2a04d (patch) | |
tree | 1b1396a40496f13496361adbd4e32272b3d2c1e8 /python/tests/codec.py | |
parent | 16db1cb57501363fea65127cb5eee797399305ac (diff) | |
download | qpid-python-519aea5b672320304fef1f7487ce7f4976f2a04d.tar.gz |
Permit skipping of self tests and specify a folder for the spec file. Patch is mostly as supplied by eokyere@gmail.com with minor modifications.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@567764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests/codec.py')
-rw-r--r-- | python/tests/codec.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/codec.py b/python/tests/codec.py index 689a2cf4c1..f9f7aab918 100644 --- a/python/tests/codec.py +++ b/python/tests/codec.py @@ -23,6 +23,7 @@ from qpid.codec import Codec from qpid.spec import load from cStringIO import StringIO from qpid.reference import ReferenceId +from qpid.testlib import testrunner __doc__ = """ @@ -53,7 +54,7 @@ __doc__ = """ """ -SPEC = load("../specs/amqp.0-10-preview.xml") +SPEC = load(testrunner.get_spec_file("amqp.0-10-preview.xml")) # -------------------------------------- # -------------------------------------- |