ChangeLog 3.5 KB

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