ChangeLog 3.3 KB

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