diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-10-08 22:37:09 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-10-08 22:37:09 +0000 |
| commit | c94eacea47aa09726b2a8d75305dd70521e242c4 (patch) | |
| tree | df861938d3ee42df389f808e61b0bcccac0f88bb /wcf/test | |
| parent | 88a3f9073c06478fe5065f537acb3162f0651d89 (diff) | |
| download | qpid-python-c94eacea47aa09726b2a8d75305dd70521e242c4.tar.gz | |
Apply patch from QPID-2103.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@823350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'wcf/test')
| -rwxr-xr-x | wcf/test/Apache/Qpid/Test/Channel/Functional/RunTests.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wcf/test/Apache/Qpid/Test/Channel/Functional/RunTests.bat b/wcf/test/Apache/Qpid/Test/Channel/Functional/RunTests.bat index 4b83993257..a5eed8839b 100755 --- a/wcf/test/Apache/Qpid/Test/Channel/Functional/RunTests.bat +++ b/wcf/test/Apache/Qpid/Test/Channel/Functional/RunTests.bat @@ -19,15 +19,15 @@ REM under the License. set nunit_exe=%programfiles%\NUnit 2.5.1\bin\net-2.0\nunit-console.exe -set qpid_dll_location=..\..\..\..\..\..\..\cpp\build\src\Debug +set qpid_dll_location=%QPID_BUILD_ROOT%\src\Debug set configuration_name=bin\Debug set qcreate_location=..\..\..\..\..\..\tools\QCreate\Debug -copy %qpid_dll_location%\qpidclient.dll %configuration_name% -copy %qpid_dll_location%\qpidcommon.dll %configuration_name% +copy %qpid_dll_location%\qpidclientd.dll %configuration_name% +copy %qpid_dll_location%\qpidcommond.dll %configuration_name% -copy %qpid_dll_location%\qpidclient.dll %qcreate_location% -copy %qpid_dll_location%\qpidcommon.dll %qcreate_location% +copy %qpid_dll_location%\qpidclientd.dll %qcreate_location% +copy %qpid_dll_location%\qpidcommond.dll %qcreate_location% %qcreate_location%\QCreate.exe amq.direct routing_key message_queue |
