From a3ab9b973f6276d186b8c901599b2b0ce9882d49 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 21 Jan 2011 17:47:52 +0000 Subject: 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 --- cpp/src/tests/cli_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/cli_tests.py') 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 -- cgit v1.2.1