ChangeLog 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2003-05-18 Atsushi Enomoto <[email protected]>
  2. * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
  3. WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
  4. added more tests to AttributeWriteAttributeString().
  5. * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
  6. 2003-05-16 Atsushi Enomoto <[email protected]>
  7. * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
  8. * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
  9. and not well-formed xml of OuterXmlWithDefaultXmlns().
  10. * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
  11. WriteToWithDefaultNamespace().
  12. * XmlNodeReaderTests.cs : fixed incorrect result expectation of
  13. ReadInnerXmlWrongInit().
  14. * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
  15. * XmlReaderCommonTests.cs,
  16. XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
  17. InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
  18. to resolve these entity references.
  19. * XmlTextWriterTests.cs : removed English-dependent error message check.
  20. fixed incorrect state-check ignorant blocks of WriteAttributes ().
  21. * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
  22. XmlDecl() as MS.NET results in.
  23. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  24. * Tests inherits from Assertion and Assertion. prefixes removed
  25. 2003-05-05 Atsushi Enomoto <[email protected]>
  26. * added XmlConvertTests.cs.
  27. 2003-04-29 Atsushi Enomoto <[email protected]>
  28. * XmlAttributeTests.cs : added WriteTo.
  29. * XmlReaderCommonTests.cs,
  30. XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
  31. Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
  32. and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
  33. they requires IsEmptyElement = false, which is always true for
  34. XmlNodeReader).
  35. 2003-04-27 Atsushi Enomoto <[email protected]>
  36. * XmlReaderCommonTests.cs,
  37. XmlTextReaderTests.cs : Moved many tests to CommonTests.
  38. 2003-04-25 Atsushi Enomoto <[email protected]>
  39. * XmlWriterTests.cs : added some WriteNode() related testcases.
  40. 2003-04-13 Atsushi Enomoto <[email protected]>
  41. * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
  42. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  43. LoadDocumentWithIgnoreSection.
  44. 2003-04-12 Atsushi Enomoto <[email protected]>
  45. * added this file as a new entry.
  46. See ../ChangeLog to find ChangeLog entries before than this day.