Author: rhs
Date: Wed Jun 11 10:32:34 2008
New Revision: 666743
URL: http://svn.apache.org/viewvc?rev=666743&view=rev
Log:
load the old version of the spec file for old codec tests, removed unused test
exclude list
Removed:
incubator/qpid/trunk/qpid/python/cpp_failing_0-10_preview.txt
Modified:
incubator/qpid/trunk/qpid/python/tests/codec.py
Modified: incubator/qpid/trunk/qpid/python/tests/codec.py
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/tests/codec.py?rev=666743&r1=666742&r2=666743&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/tests/codec.py (original)
+++ incubator/qpid/trunk/qpid/python/tests/codec.py Wed Jun 11 10:32:34 2008
@@ -59,7 +59,7 @@
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
# --------------------------------------