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 | 357b08088933b680e0b31aa9bbc0d1cd4c4df34c (patch) | |
tree | f479d789a3d91ca7f1ca10ad617827ea1f191dc0 /qpid/cpp/src/tests/cli_tests.py | |
parent | c386d887cafdd5e56277fed0e6c6805d30513147 (diff) | |
download | qpid-python-357b08088933b680e0b31aa9bbc0d1cd4c4df34c.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@1061933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cli_tests.py')
-rwxr-xr-x | qpid/cpp/src/tests/cli_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cli_tests.py b/qpid/cpp/src/tests/cli_tests.py index 4a7314a85c..deef03279d 100755 --- a/qpid/cpp/src/tests/cli_tests.py +++ b/qpid/cpp/src/tests/cli_tests.py @@ -22,7 +22,7 @@ import sys import os import imp from qpid.testlib import TestBase010 -# from qpid.brokertest import import_script, checkenv +# from brokertest import import_script, checkenv from qpid.datatypes import Message from qpid.queue import Empty from time import sleep |