corrected mistake in the UTF-16 test on big endian machines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f5af73080a
commit
5c763f5a23
@ -185,7 +185,7 @@ void TextFileTestCase::ReadUTF16()
|
||||
"\x40\x04\x38\x04\x32\x04\x35\x04\x42\x04");
|
||||
|
||||
wxTextFile f;
|
||||
wxMBConvUTF16 conv;
|
||||
wxMBConvUTF16LE conv;
|
||||
CPPUNIT_ASSERT( f.Open(wxString::FromAscii(GetTestFileName()), conv) );
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL( (size_t)2, f.GetLineCount() );
|
||||
|
Loading…
Reference in New Issue
Block a user