Author: shuston
Date: Fri Jun 26 22:26:47 2009
New Revision: 788890
URL: http://svn.apache.org/viewvc?rev=788890&view=rev
Log:
Take dirpath off of plugin name to load; fixes QPID-1959
Modified:
qpid/trunk/qpid/cpp/src/tests/ReplicationTest.cpp
Modified: qpid/trunk/qpid/cpp/src/tests/ReplicationTest.cpp
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/ReplicationTest.cpp?rev=788890&r1=788889&r2=788890&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/ReplicationTest.cpp (original)
+++ qpid/trunk/qpid/cpp/src/tests/ReplicationTest.cpp Fri Jun 26 22:26:47 2009
@@ -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 @@
// 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
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]