diff options
| author | Ted Ross <tross@apache.org> | 2012-03-05 21:04:04 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2012-03-05 21:04:04 +0000 |
| commit | edbd969df9b013e534b496a10324b00e83d53f02 (patch) | |
| tree | 44c97bf8c56ce50f57d4d3dfa7cf057f3a8f76e3 /cpp | |
| parent | 6455009d43ccf14db5e84bb3822fe77e9e1a5826 (diff) | |
| download | qpid-python-edbd969df9b013e534b496a10324b00e83d53f02.tar.gz | |
NO-JIRA - Cleaned up qpidtoollibs
1) Fixed the update() method to work on all object types
2) Shortened the path needed in import statements
3) Updated the connection-stats test to use qpidtoollibs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1297230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/ha_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ha_tests.py b/cpp/src/tests/ha_tests.py index 18f47b17c5..0ab876ecab 100755 --- a/cpp/src/tests/ha_tests.py +++ b/cpp/src/tests/ha_tests.py @@ -24,7 +24,7 @@ from qpid.datatypes import uuid4 from brokertest import * from threading import Thread, Lock, Condition from logging import getLogger, WARN, ERROR, DEBUG -from qpidtoollibs.broker import BrokerAgent +from qpidtoollibs import BrokerAgent log = getLogger("qpid.ha-tests") |
