ChangeLog 8.2 KB

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