diff options
Diffstat (limited to 'python/qpid/testlib.py')
-rw-r--r-- | python/qpid/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py index d35c38e4ad..39bad75b86 100644 --- a/python/qpid/testlib.py +++ b/python/qpid/testlib.py @@ -80,7 +80,7 @@ Options: def __init__(self): # Defaults self.setBroker("localhost") - self.spec = "../specs/amqp-8.0.xml" + self.spec = "../specs/amqp.0-8.xml" self.verbose = 1 self.ignore = [] |