projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
For whatever reason, font-size 9 is now hardly readable on Mac. Using default font...
[wxWidgets.git]
/
tests
/
textfile
/
textfiletest.cpp
diff --git
a/tests/textfile/textfiletest.cpp
b/tests/textfile/textfiletest.cpp
index dfd2855af39aed6cbbd51696c8bf33b2cee5d5f8..01b6da60af875e8287d4b6a7b2d6dbf342e3407c 100644
(file)
--- a/
tests/textfile/textfiletest.cpp
+++ b/
tests/textfile/textfiletest.cpp
@@
-185,7
+185,7
@@
void TextFileTestCase::ReadUTF16()
"\x40\x04\x38\x04\x32\x04\x35\x04\x42\x04");
wxTextFile f;
"\x40\x04\x38\x04\x32\x04\x35\x04\x42\x04");
wxTextFile f;
- wxMBConvUTF16 conv;
+ wxMBConvUTF16
LE
conv;
CPPUNIT_ASSERT( f.Open(wxString::FromAscii(GetTestFileName()), conv) );
CPPUNIT_ASSERT_EQUAL( (size_t)2, f.GetLineCount() );
CPPUNIT_ASSERT( f.Open(wxString::FromAscii(GetTestFileName()), conv) );
CPPUNIT_ASSERT_EQUAL( (size_t)2, f.GetLineCount() );