From 3f302e75338c6d383a939fc82d42f44b60689e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 23 May 2005 16:53:30 +0000 Subject: [PATCH] Unicode fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/filename/filenametest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filename/filenametest.cpp b/tests/filename/filenametest.cpp index 84380c1b84..27ad3ae870 100644 --- a/tests/filename/filenametest.cpp +++ b/tests/filename/filenametest.cpp @@ -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