]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/uris/uris.cpp
Fix extraction of standard command line arguments in wxX11.
[wxWidgets.git] / tests / uris / uris.cpp
index 66dd225ecb4f09c0aeb034631fcdadb97089a8df..5b2f04feab33785fa08c23b6e2f80afaf311172a 100644 (file)
@@ -409,7 +409,7 @@ void URITestCase::URLCompat()
         wxInputStream* is = urlProblem.GetInputStream();
         CPPUNIT_ASSERT(is != NULL);
 
         wxInputStream* is = urlProblem.GetInputStream();
         CPPUNIT_ASSERT(is != NULL);
 
-        wxFile fOut(_T("test.html"), wxFile::write);
+        wxFile fOut(wxT("test.html"), wxFile::write);
         wxASSERT(fOut.IsOpened());
 
         char buf[1001];
         wxASSERT(fOut.IsOpened());
 
         char buf[1001];