summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/interlink_tests.py
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-10-04 17:41:50 +0000
committerCharles E. Rolke <chug@apache.org>2013-10-04 17:41:50 +0000
commitb5e8213e065218d4f1c21bb4819f6420c4d3fcd1 (patch)
tree7cb65b0a4714a106dc0bf9966278bbfa98c07273 /qpid/cpp/src/tests/interlink_tests.py
parent9e1b387c6b52bc8077650fbc96bf0329e05c1f27 (diff)
downloadqpid-python-b5e8213e065218d4f1c21bb4819f6420c4d3fcd1.tar.gz
QPID-5115: AMQP 1.0 client support built in to qpidmessaging for all platforms
This commit disposes of the amqpc library and moves the functions into the qpidmessaging library. Now any client that loads qpidmessaging gets amqp0-10 and amqp1.0 selectable through the connection protocol option. C++ brokers still must load the amqp library to enable 1.0 support. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/interlink_tests.py')
-rwxr-xr-xqpid/cpp/src/tests/interlink_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/interlink_tests.py b/qpid/cpp/src/tests/interlink_tests.py
index 608d4ac890..c7269ac5e9 100755
--- a/qpid/cpp/src/tests/interlink_tests.py
+++ b/qpid/cpp/src/tests/interlink_tests.py
@@ -46,7 +46,6 @@ class AmqpBrokerTest(BrokerTest):
"""
def setUp(self):
BrokerTest.setUp(self)
- os.putenv("QPID_LOAD_MODULE", BrokerTest.amqpc_lib)
self.port_holder = HaPort(self)
self.broker = self.amqp_broker(port_holder=self.port_holder)
self.default_config = Config(self.broker)