diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-06-26 22:26:47 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-06-26 22:26:47 +0000 |
commit | 626735d21015a192fd3ff93197c2338c9125e5ac (patch) | |
tree | 2ccc3c2812782b068004e091ce37aa9789413ec2 /cpp/src/tests/ReplicationTest.cpp | |
parent | e5b45be4902fd697a5af0bc69dcdb1b08609dc02 (diff) | |
download | qpid-python-626735d21015a192fd3ff93197c2338c9125e5ac.tar.gz |
Take dirpath off of plugin name to load; fixes QPID-1959
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ReplicationTest.cpp')
-rw-r--r-- | cpp/src/tests/ReplicationTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/ReplicationTest.cpp b/cpp/src/tests/ReplicationTest.cpp index 08f662142f..38dc1a9e52 100644 --- a/cpp/src/tests/ReplicationTest.cpp +++ b/cpp/src/tests/ReplicationTest.cpp @@ -1,4 +1,4 @@ - /* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -47,7 +47,7 @@ QPID_AUTO_TEST_SUITE(ReplicationTestSuite) // The CMake-based build passes in the module suffix; if it's not there, this // is a Linux/UNIX libtool-based build. #if defined (QPID_MODULE_SUFFIX) -qpid::sys::Shlib plugin("../replicating_listener" QPID_MODULE_SUFFIX); +qpid::sys::Shlib plugin("replicating_listener" QPID_MODULE_SUFFIX); #else qpid::sys::Shlib plugin("../.libs/replicating_listener.so"); #endif |