Unicode fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,7 +193,7 @@ void FileNameTestCase::TestStrip()
|
|||||||
|
|
||||||
void FileNameTestCase::TestShortLongPath()
|
void FileNameTestCase::TestShortLongPath()
|
||||||
{
|
{
|
||||||
wxFileName fn("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe");
|
wxFileName fn(_T("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe"));
|
||||||
|
|
||||||
// incredibly enough, GetLongPath() used to return different results during
|
// incredibly enough, GetLongPath() used to return different results during
|
||||||
// the first and subsequent runs, test for this
|
// the first and subsequent runs, test for this
|
||||||
|
Reference in New Issue
Block a user