comdlg32: Change some trace statements to dump strings.
[wine] / dlls / xmllite / tests / reader.c
2011-02-09  Austin Englishxmllite/tests: Don't check test results inside if(0...
2010-12-29  Michael Stefaniucxmllite/tests: Use an iface instead of a vtbl pointer...
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-01-27  Nikolay Sivovxmllite/tests: Fix node type names array, indices are...
2010-01-27  Nikolay Sivovxmllite/tests: Fix a typo in macro.
2010-01-26  Nikolay Sivovxmllite: Reset state to XmlReadState_Initial on input...
2010-01-26  Nikolay Sivovxmllite: Don't release reader input reference on failur...
2010-01-26  Nikolay Sivovxmllite/tests: Add test for XML declaration parsing.
2010-01-25  Nikolay Sivovxmllite: Initial support for just created reader state.
2010-01-25  Nikolay Sivovxmllite: Implement a query through IXmlReaderInput...
2010-01-22  Paul Vriensxmllite/tests: Remove some tests that make Vista SP0...
2010-01-22  Nikolay Sivovxmllite: Basic input object creation on IXmlReader...
2010-01-22  Nikolay Sivovxmllite: Add IXmlReaderInput stub implementation.
2010-01-22  Nikolay Sivovxmllite/tests: Test query for supported interface seque...
2010-01-19  Nikolay Sivovxmllite: Add stub implementation of IXmlReader interface.
2010-01-19  Nikolay Sivovxmllite/tests: Add basic test structure for IXmlReader.