ChangeLog 3.4 KB

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