ChangeLog 2.7 KB

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