summaryrefslogtreecommitdiff
path: root/python/qpid/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/testlib.py')
-rw-r--r--python/qpid/testlib.py2
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 = []