C++ test ReplicationTest.cpp looks in wrong place to load dll/dynamic lib
-------------------------------------------------------------------------

                 Key: QPID-1959
                 URL: https://issues.apache.org/jira/browse/QPID-1959
             Project: Qpid
          Issue Type: Bug
    Affects Versions: 0.5
         Environment: Windows
            Reporter: Steve Huston
            Assignee: Steve Huston
             Fix For: 0.6


The src/tests/ReplicationTest.cpp dynamically loads the replication_listener 
library. It was looking in ".." for it, but it's not there in the Windows CMake 
build. Changing it to a simple filename causes the dynamic load to use platform 
rules, including a path search, to find it. As long as the proper search path 
(e.g. PATH, LD_LIBRARY_PATH) is set, this will work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to