From 357b08088933b680e0b31aa9bbc0d1cd4c4df34c 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@1061933 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/cli_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/cli_tests.py') 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 -- cgit v1.2.1