From 626735d21015a192fd3ff93197c2338c9125e5ac Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 26 Jun 2009 22:26:47 +0000 Subject: 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 --- cpp/src/tests/ReplicationTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/ReplicationTest.cpp') 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 -- cgit v1.2.1