ChangeLog 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. 2003-07-12 Atsushi Enomoto <[email protected]>
  2. * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct
  3. ReadState check.
  4. * ChangeLog was incorrectly added about above stuff.
  5. * XmlTextReaderTests.cs : added some reader's state check tests and
  6. ReadAsElementContent and ReadAsAttributeContent.
  7. * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
  8. 2003-07-06 Atsushi Enomoto <[email protected]>
  9. * added XmlValidatingReaderTests.cs.
  10. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  11. * XmlTextWriterTests.cs: Made use of ExpectedException
  12. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  13. * Made tests which expect an exception use the
  14. ExpectedException Attribute.
  15. 2003-06-20 Atsushi Enomoto <[email protected]>
  16. * added XmlUrlResolverTests.cs.
  17. 2003-06-16 Atsushi Enomoto <[email protected]>
  18. * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
  19. * XmlTextReaderTests.cs : added ExternalDocument() which will result
  20. in BaseURI test and DTD parameter entity test.
  21. 2003-06-16 Atsushi Enomoto <[email protected]>
  22. * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
  23. EmptyElementWithAttributes() and was added namespaced attribute tests.
  24. * XmlTextWriterTests.cs : added WriteWhitespace().
  25. 2003-06-10 Zoltan Varga <[email protected]>
  26. * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
  27. CreateAttribute.
  28. 2003-06-01 Atsushi Enomoto <[email protected]>
  29. * XmlConvertTests.cs : added VerifyNCName().
  30. 2003-05-18 Atsushi Enomoto <[email protected]>
  31. * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
  32. WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
  33. added more tests to AttributeWriteAttributeString().
  34. * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
  35. 2003-05-16 Atsushi Enomoto <[email protected]>
  36. * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
  37. * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
  38. and not well-formed xml of OuterXmlWithDefaultXmlns().
  39. * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
  40. WriteToWithDefaultNamespace().
  41. * XmlNodeReaderTests.cs : fixed incorrect result expectation of
  42. ReadInnerXmlWrongInit().
  43. * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
  44. * XmlReaderCommonTests.cs,
  45. XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
  46. InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
  47. to resolve these entity references.
  48. * XmlTextWriterTests.cs : removed English-dependent error message check.
  49. fixed incorrect state-check ignorant blocks of WriteAttributes ().
  50. * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
  51. XmlDecl() as MS.NET results in.
  52. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  53. * Tests inherits from Assertion and Assertion. prefixes removed
  54. 2003-05-05 Atsushi Enomoto <[email protected]>
  55. * added XmlConvertTests.cs.
  56. 2003-04-29 Atsushi Enomoto <[email protected]>
  57. * XmlAttributeTests.cs : added WriteTo.
  58. * XmlReaderCommonTests.cs,
  59. XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
  60. Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
  61. and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
  62. they requires IsEmptyElement = false, which is always true for
  63. XmlNodeReader).
  64. 2003-04-27 Atsushi Enomoto <[email protected]>
  65. * XmlReaderCommonTests.cs,
  66. XmlTextReaderTests.cs : Moved many tests to CommonTests.
  67. 2003-04-25 Atsushi Enomoto <[email protected]>
  68. * XmlWriterTests.cs : added some WriteNode() related testcases.
  69. 2003-04-13 Atsushi Enomoto <[email protected]>
  70. * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
  71. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  72. LoadDocumentWithIgnoreSection.
  73. 2003-04-12 Atsushi Enomoto <[email protected]>
  74. * added this file as a new entry.
  75. See ../ChangeLog to find ChangeLog entries before than this day.