Changeset 56222
- Timestamp:
- 10/10/08 14:12:51 (6 weeks ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/tests/xml/xmltest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/tests/xml/xmltest.cpp
r56215 r56222 186 186 doc.SetFileEncoding("UTF-8"); 187 187 CPPUNIT_ASSERT( doc.Save(sos8) ); 188 CPPUNIT_ASSERT_EQUAL( utf8xmlText, sos8.GetString().ToUTF8() ); 188 CPPUNIT_ASSERT_EQUAL( wxString(utf8xmlText), 189 wxString(sos8.GetString().ToUTF8()) ); 189 190 } 190 191
