summaryrefslogtreecommitdiff
path: root/python/qpid/testlib.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-07-23 14:34:45 +0000
committerRafael H. Schloming <rhs@apache.org>2007-07-23 14:34:45 +0000
commit09e0292f2be2c7bf4efe69df7254ba17d342eb32 (patch)
tree65ab9e4ab25f56d2aab9909bbc534a5abc33874b /python/qpid/testlib.py
parentbd22eec7032ebbd62bc8e59ff2f3f059adc652fc (diff)
downloadqpid-python-09e0292f2be2c7bf4efe69df7254ba17d342eb32.tar.gz
Applied a modified version of the range checking patch from QPID-498.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@558741 13f79535-47bb-0310-9956-ffa450edef68
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 fa904ff029..4467a1f4cd 100644
--- a/python/qpid/testlib.py
+++ b/python/qpid/testlib.py
@@ -122,7 +122,7 @@ Options:
print "Using specification from:", self.specfile
self.spec = qpid.spec.load(self.specfile, *self.errata)
if len(self.tests) == 0:
-# self.tests=findmodules("tests")
+ self.tests=findmodules("tests")
if self.use08spec():
self.tests+=findmodules("tests_0-8")
else: