summaryrefslogtreecommitdiff
path: root/qpid/python/qpid-python-test
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-05 15:08:44 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-05 15:08:44 +0000
commit3df1424a43244ee1c347ff9163650753601c6893 (patch)
tree333c4228d660a6d3d175ddfe76403f1f37e75af1 /qpid/python/qpid-python-test
parent5b4dc91393493685c6688d0b69334333413616fe (diff)
downloadqpid-python-3df1424a43244ee1c347ff9163650753601c6893.tar.gz
moved protocol tests from qpid/python to qpid/tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qpid-python-test')
-rwxr-xr-xqpid/python/qpid-python-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/qpid-python-test b/qpid/python/qpid-python-test
index b569020368..5aedcb68ea 100755
--- a/qpid/python/qpid-python-test
+++ b/qpid/python/qpid-python-test
@@ -107,7 +107,7 @@ if not includes:
if opts.modules:
includes.append("*")
else:
- includes.extend(["qpid.tests.*", "tests.*", "tests_0-10.*"])
+ includes.extend(["qpid.tests.*", "tests.*"])
def is_ignored(path):
for p in excludes:
@@ -512,7 +512,7 @@ class Harness:
modules = opts.modules
if not modules:
- modules.extend(["qpid.tests", "tests", "tests_0-8", "tests_0-9", "tests_0-10"])
+ modules.extend(["qpid.tests", "tests"])
h = Harness()
for name in modules:
m = __import__(name, None, None, ["dummy"])