ChangeLog 6.8 KB

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