ChangeLog 6.2 KB

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