summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cli_tests.py
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-01-21 17:47:52 +0000
committerAlan Conway <aconway@apache.org>2011-01-21 17:47:52 +0000
commita3ab9b973f6276d186b8c901599b2b0ce9882d49 (patch)
treec56f4c5aec3c388fa74086c4262e425d3e98c4b2 /cpp/src/tests/cli_tests.py
parent1d030ca67212618741e78602f1acc9297a1536b3 (diff)
downloadqpid-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/cli_tests.py')
-rwxr-xr-xcpp/src/tests/cli_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cli_tests.py b/cpp/src/tests/cli_tests.py
index 4a7314a85c..deef03279d 100755
--- a/cpp/src/tests/cli_tests.py
+++ b/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