ChangeLog 5.3 KB

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