diff options
author | Alan Conway <aconway@apache.org> | 2011-01-21 17:47:52 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-01-21 17:47:52 +0000 |
commit | a3ab9b973f6276d186b8c901599b2b0ce9882d49 (patch) | |
tree | c56f4c5aec3c388fa74086c4262e425d3e98c4b2 /cpp/src/tests/cluster_tests.py | |
parent | 1d030ca67212618741e78602f1acc9297a1536b3 (diff) | |
download | qpid-python-a3ab9b973f6276d186b8c901599b2b0ce9882d49.tar.gz |
Move brokertest.py from qpid/python to qpid/cpp.
brokertest.py is a framework for tests using the C++ broker, so it
belongs in the cpp tree rather than the python tree.
It is installed to libexec/qpid/tests/ so it can be used from
an installation of qpid cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1061933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_tests.py')
-rwxr-xr-x | cpp/src/tests/cluster_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py index 27010c17f7..992aaa6b9b 100755 --- a/cpp/src/tests/cluster_tests.py +++ b/cpp/src/tests/cluster_tests.py @@ -20,7 +20,7 @@ import os, signal, sys, time, imp, re, subprocess, glob, cluster_test_logs from qpid import datatypes, messaging -from qpid.brokertest import * +from brokertest import * from qpid.harness import Skipped from qpid.messaging import Message, Empty from threading import Thread, Lock |