Unicode fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a04a377acf
commit
3f302e7533
@ -193,7 +193,7 @@ void FileNameTestCase::TestStrip()
|
||||
|
||||
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
|
||||
// the first and subsequent runs, test for this
|
||||
|
Loading…
Reference in New Issue
Block a user