Disable unit tests which can't work in ANSI build.
[wxWidgets.git] / tests / xml / xmltest.cpp
2010-11-10  Vadim ZeitlinDisable unit tests which can't work in ANSI build.
2010-08-04  Václav SlavíkFix attributes escaping when writing XML.
2009-08-24  Vadim ZeitlinDon't append text following CDATA section to its node...
2009-07-21  Vadim Zeitlinadded a test for white space after CDATA (see #10552)
2008-10-10  Vadim Zeitlinfix C strings comparison in LoadSave() test in STL...
2008-10-10  Vadim Zeitlinjust return false instead of crashing if the document...
2008-10-10  Vadim Zeitlinadd a very simple test for Load/Save()
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-03-30  Václav Slavíkadded wxXmlNode::InsertChildAfter and use it for (much...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...