OSDN Git Service

UnitTests now finds Plugins correctly
authorGreyMerlin <GreyMerlin7@gmail.com>
Wed, 27 Dec 2017 01:09:56 +0000 (17:09 -0800)
committerGreyMerlin <GreyMerlin7@gmail.com>
Wed, 27 Dec 2017 01:09:56 +0000 (17:09 -0800)
commit2b8473ae6fe898899c4af705194fbef7d11aba01
treeb5837afaf65dd998808e6870e457b2aebdee16cb
parent2bf7170dde1a3a41235a5c127a878ec2b0b3cce0
UnitTests now finds Plugins correctly

 * The x64 configurations of UnitTests were failing to load the
DisplayXMLFiles.dll library, because the test case was looking in the
old "c:/program files (x86)/winmerge" directory.  This directory only
has a 32-bit implementation of the dll file.

 * This patch allows the test case to now use the "c:/Program
Files/WinMerge" directory.

 * All four configurations x64/win32 and Release/Debug now run
correctly.
Testing/GoogleTest/Plugins/Plugins_test.cpp