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/store.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/store.py')
| -rwxr-xr-x[-rw-r--r--] | cpp/src/tests/store.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/store.py b/cpp/src/tests/store.py index eb4cd4785e..77e8a78e5d 100644..100755 --- a/cpp/src/tests/store.py +++ b/cpp/src/tests/store.py @@ -19,7 +19,7 @@ # import errno, os, time -from qpid.brokertest import * +from brokertest import * from qpid import compat, session from qpid.util import connect from qpid.connection import Connection |
