ChangeLog 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. 2006-07-25 Atsushi Enomoto <[email protected]>
  2. * XmlConvertTest.cs :
  3. Added TimeSpan conversion test for min/max values.
  4. 2006-06-26 Atsushi Enomoto <[email protected]>
  5. * XmlReaderCommonTests.cs : added test for bug #78706.
  6. 2006-06-08 Atsushi Enomoto <[email protected]>
  7. * XmlTextWriterTests.cs : added test for bug #78598.
  8. 2006-05-09 Atsushi Enomoto <[email protected]>
  9. * XmlAttributeTests.cs : added NonEmptyPrefixWithEmptyNS().
  10. 2006-04-21 Atsushi Enomoto <[email protected]>
  11. * XmlTextWriterTests.cs : test for bug #78148.
  12. 2006-04-14 Atsushi Enomoto <[email protected]>
  13. * XmlReaderCommonTests.cs : added test for ReadElementContentAs()
  14. with argument typeof(object).
  15. 2006-04-12 Atsushi Enomoto <[email protected]>
  16. * XmlReaderSettingsTests.cs :
  17. Added CreateValidatorFromNonIXmlNamespaceResolver() which is
  18. uncovered by NVDL validator.
  19. * XmlDefaultReader.cs : new file for above.
  20. 2006-04-06 Atsushi Enomoto <[email protected]>
  21. * XmlReaderCommonTests.cs : added test for
  22. ReadElementContentAsString() and empty element.
  23. 2006-04-05 Atsushi Enomoto <[email protected]>
  24. * XmlWriterSettingsTest.cs : added tests on set_Encoding(),
  25. set_NewLineChars() and OmitXmlDeclaration.
  26. 2006-03-08 Atsushi Enomoto <[email protected]>
  27. * XmlReaderCommonTests.cs : Added tests for ReadContentAsString() and
  28. ReadElementContentAsString().
  29. 2006-02-24 Atsushi Enomoto <[email protected]>
  30. * XmlTextWriterTests.cs : added test for bug #77623. Also fixed
  31. WriteString() test which failed to fail (Assert.Fail).
  32. 2006-02-22 Atsushi Enomoto <[email protected]>
  33. * XmlTextWriterTests.cs : added invalid character processing test.
  34. 2006-02-20 Atsushi Enomoto <[email protected]>
  35. * XmlReaderCommonTests.cs : added custom assertion overload that takes
  36. test label.
  37. * XmlNodeReaderTests.cs : labeled some.
  38. * XmlTextWriterTests.cs :
  39. Changed the semantics of AttributeNamespacesXmlnsXmlns() and
  40. removed NotDotNet (in contrast this test should fail with previous
  41. version of XmlTextWriter). See the code comment for details.
  42. Added WriteQualifiedNameXmlnsError().
  43. 2006-02-14 Atsushi Enomoto <[email protected]>
  44. * XmlTextReaderTests.cs : added WhitespaceHandling tests.
  45. 2006-02-14 Atsushi Enomoto <[email protected]>
  46. * XmlTextWriterTests.cs : tiny test name fix, as it does not actually
  47. test WriteString().
  48. 2006-02-14 Atsushi Enomoto <[email protected]>
  49. * XmlTextWriterTests.cs : added test WriteRaw("") closes open tag.
  50. 2006-02-14 Atsushi Enomoto <[email protected]>
  51. * XmlTextWriterTests.cs : numbered some tests and added some comments.
  52. 2006-01-25 Atsushi Enomoto <[email protected]>
  53. * XmlConvertTests.cs : added test for bug #77350.
  54. 2006-01-16 Atsushi Enomoto <[email protected]>
  55. * XmlConvertTests.cs : added test for bug #77252.
  56. 2006-01-13 Atsushi Enomoto <[email protected]>
  57. * XsdValidatingReaderTests.cs : test from bug #77241.
  58. 2006-01-13 Atsushi Enomoto <[email protected]>
  59. * XmlTextWriterTests.cs : added some tests for XMLdecl state check.
  60. 2006-01-12 Atsushi Enomoto <[email protected]>
  61. * XmlTextWriterTests.cs : Split AutoCreatePrefixes() and marked as
  62. Ignore rather than NotWorking. Also it is not for bug #77086 and
  63. #77077 (they were fixed). See bug #77088.
  64. 2006-01-12 Atsushi Enomoto <[email protected]>
  65. * XmlTextWriterTests.cs : re-enabled WriteNmToken_InvalidChars().
  66. 2006-01-12 Atsushi Enomoto <[email protected]>
  67. * XmlTextWriterTests.cs : re-enabled bug #77094 related tests.
  68. 2006-01-06 Atsushi Enomoto <[email protected]>
  69. * XmlWriterTests.cs : added tests for WriteNode(XPathNavigator, bool)
  70. as well as XPathNavigator.WriteSubtree(XmlWriter).
  71. 2006-01-06 Atsushi Enomoto <[email protected]>
  72. * XsdValidatingReaderTests.cs : test for ReadTypeValue() that it
  73. does not ignore whitespace nodes, and it does not normalize string
  74. incorrectly.
  75. 2006-01-06 Atsushi Enomoto <[email protected]>
  76. * XsdValidatingReaderTests.cs : test for ReadTypeValue() with simple
  77. type restriction.
  78. 2006-01-05 Gert Driesen <[email protected]>
  79. * XmlElementTests.cs: Improved tests for setting prefix to null
  80. or zero-length string. On 2.0 profile, setting prefix to null should
  81. not result in ArgumentNullException.
  82. * XmlTextWriterTests.cs: Enabled WriteNmToken tests and
  83. WriteWhitespace tests for null or zero-length value.
  84. 2006-01-05 Atsushi Enomoto <[email protected]>
  85. * XmlTextWriterTests.cs : removed silly part from
  86. WriteStartElement_XmlPrefix (). We are not reproducing MS bugs.
  87. (kept remaining part of this test; see if it makes sense after
  88. bug #77094 got fixed).
  89. 2005-12-29 Gert Driesen <[email protected]>
  90. * XmlTextWriterTests.cs: Do not yet enable tests for WriteWhitespace
  91. with null or zero-length value (await approval for XmlTextWriter
  92. change from Atsushi).
  93. 2005-12-27 Gert Driesen <[email protected]>
  94. * XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
  95. with null or zero-length value (await approval for XmlTextWriter
  96. change from Atsushi).
  97. 2005-12-27 Gert Driesen <[email protected]>
  98. * XmlTextWriterTests.cs: Added tests for WriteWhitespace and
  99. WriteNmToken.
  100. 2005-12-27 Gert Driesen <[email protected]>
  101. * NameTableTests.cs: Added additional tests for Add and Get methods.
  102. 2005-12-27 Gert Driesen <[email protected]>
  103. * XmlTextWriterTests.cs: Allow all tests to pass on .NET 1.1.
  104. 2005-12-26 Atsushi Enomoto <[email protected]>
  105. * XmlTextWriterTests.cs : enabled
  106. WriteStartElement_Prefix_EmptyNamespace() and
  107. NamespacesPrefixWithEmptyAndNullNamespaceEmpty().
  108. 2005-12-26 Atsushi Enomoto <[email protected]>
  109. * XmlElementTests.cs : Patch by Vorobiev Maksim.
  110. - setting null to Prefix should raise ArgumentNullException.
  111. - setting String.Empty to Prefix should be allowed.
  112. 2005-12-26 Atsushi Enomoto <[email protected]>
  113. * XsdValidatingReaderTests.cs : test for multi URLs in
  114. schemaLocation. Test by Vorobiev Maskim.
  115. 2005-12-26 Gert Driesen <[email protected]>
  116. * XmlElementTests.cs: Fixed line endings.
  117. 2005-12-26 Gert Driesen <[email protected]>
  118. * XmlTextWriterTests.cs: Renamed tests to avoid ambiguity, and
  119. renumbered some tests. Added tests for WriteStartElement and
  120. WriteElementString for zero-length and null local names.
  121. Added tests bugs #77093, #77094 and #77095.
  122. 2005-12-26 Gert Driesen <[email protected]>
  123. * XmlNamespaceManagerTests.cs: Added tests for xml prefix.
  124. 2005-12-23 Atsushi Enomoto <[email protected]>
  125. * XmlTextWriterTests.cs : XmlSpace_Valid() is working now.
  126. 2005-12-23 Atsushi Enomoto <[email protected]>
  127. * XmlTextWriterTests.cs : XmlNs_Valid2() is working now.
  128. 2005-12-23 Gert Driesen <[email protected]>
  129. * XmlTextWriterTests.cs: Fixed line endings. Enabled XmlPrefix_ValidMS
  130. test. Added bug numbers to test cases.
  131. 2005-12-23 Gert Driesen <[email protected]>
  132. * XmlTextWriterTests.cs: Improved coverage of xml prefix tests.
  133. 2005-12-16 Gert Driesen <[email protected]>
  134. * XmlTextWriterTests.cs: Fixed some tests that caught exception to
  135. become useful. Added few tests that fail on Mono.
  136. 2005-12-16 Gert Driesen <[email protected]>
  137. * XmlTextWriterTests.cs: No longer derive from deprecated Assertion
  138. class. Added WriteDocType tests.
  139. * XmlWriterTests.cs: No longer derive from deprecated Assertion class.
  140. 2005-12-15 Konstantin Triger <[email protected]>
  141. * XmlTextWriterTests.cs: added WriteCDataNull test.
  142. 2005-12-14 Atsushi Enomoto <[email protected]>
  143. * XmlDocumentTests.cs : (CreateNodeNodeTypeName) the previous fix was
  144. wrong; ArgumentException is the expected exception (it anyways won't
  145. work under MS.NET 2.0).
  146. * XmlNodeTests.cs : added labels to assertions. another NotDotNet case.
  147. * XmlAttributeTests.cs : ditto.
  148. 2005-12-14 Atsushi Enomoto <[email protected]>
  149. * XmlDocumentTests.cs, XmlAttributeCollectionTests.cs
  150. XmlElementTests.cs, XmlCharacterDataTests.cs :
  151. Marked NotDotNet for some tests broken under 2.0 (MS bugs).
  152. Marked Ignore for some tests which originally does not make sense.
  153. Changed types in ExpectedException for some tests under 2.0.
  154. 2005-12-12 Atsushi Enomoto <[email protected]>
  155. * XmlAssert.cs : new file.
  156. 2005-12-12 Atsushi Enomoto <[email protected]>
  157. * XmlReaderCommonTests.cs : enabled MoveToNextSibling() tests.
  158. 2005-12-12 Atsushi Enomoto <[email protected]>
  159. * XmlReaderCommonTests.cs : added several tests for 2.0 methods.
  160. 2005-12-09 Atsushi Enomoto <[email protected]>
  161. * XmlTextReaderTests.cs : added test for Encoding property.
  162. 2005-12-09 Atsushi Enomoto <[email protected]>
  163. * XmlReaderCommonTests.cs : added tests for ReadToDescendant() and
  164. ReadToFollowing().
  165. 2005-12-09 Atsushi Enomoto <[email protected]>
  166. * XmlReaderSettingsTests.cs : added some ConformanceLevel tests.
  167. Added CreateClonesSettings() to make sure XmlReader.Create() clones
  168. XmlReaderSettings.
  169. 2005-12-08 Atsushi Enomoto <[email protected]>
  170. * XmlReaderSettingsTests.cs : (DefaultValue)
  171. Added assertion label everywhere.
  172. * XmlWriterTests.cs : WriteNodeError is broken under MS.NET 2.0 (it
  173. should cause an error).
  174. 2005-12-08 Atsushi Enomoto <[email protected]>
  175. * XmlReaderSettingsTests.cs : SetSchemas() should not cause an error.
  176. Added SetSchemasNull() as well.
  177. * XmlUrlResolverTests.cs : (ResolveUriWithNullArgs)
  178. expect ArgumentNullException instead of ArgumentException.
  179. This is a fix in .NET 2.0.
  180. 2005-12-08 Atsushi Enomoto <[email protected]>
  181. * XsdParticleValidationTests.cs : ValidateRootElementOnlyInvalid()
  182. does not throw validation exception under MS 2.0, this NotDotNet.
  183. 2005-12-08 Atsushi Enomoto <[email protected]>
  184. * XmlReaderCommonTests.cs : use ProhibitDtd=false in CreateSimple()
  185. and added CreateSimpleProhibitDtd().
  186. 2005-11-09 Atsushi Enomoto <[email protected]>
  187. * XmlWriterSettingsTests.cs : NormalizeNewLines does not exist anymore
  188. 2005-11-09 Atsushi Enomoto <[email protected]>
  189. * XmlConvertTests.cs : tests for ToUInt16/32/64() and VerifyTOKEN().
  190. 2005-11-09 Atsushi Enomoto <[email protected]>
  191. * XmlConvertTests.cs : some tests for ToInt64(), ToSByte(),
  192. 2005-11-09 Atsushi Enomoto <[email protected]>
  193. * XmlConvertTests.cs : some tests for ToInt16(), ToInt32(),
  194. VerifyName() and VerifyNCName().
  195. 2005-11-07 Atsushi Enomoto <[email protected]>
  196. * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags is updated.
  197. 2005-10-23 Atsushi Enomoto <[email protected]>
  198. * XmlNamespaceManagerTests.cs :
  199. well, hence GetNamespacesInScope() is NotDotNet.
  200. 2005-10-23 Atsushi Enomoto <[email protected]>
  201. * XmlNamespaceManagerTests.cs : GetNamespacesInScope() - Added test
  202. labels. Fixed counts; they count default namespaces. MS seems to
  203. have a bug on declaration removal (xmlns='') on .Local.
  204. * XmlNodeReaderTests.cs : in .NET 2.0 undeclared entity are not
  205. allowed at all, so disabled tests that depends on such references.
  206. 2005-10-23 Atsushi Enomoto <[email protected]>
  207. * XmlTextWriterTests.cs : split some tests that try to write nodes
  208. at error state (.NET 2.0 correctly rejects them).
  209. 2005-10-23 Atsushi Enomoto <[email protected]>
  210. * XmlTextReaderTests.cs, XmlValidatingReaderTests.cs,
  211. XmlReaderCommonTests.cs : added and fixed tests to make sure that
  212. LookupNamespace("") returns null for default namespace, and checks
  213. that empty namespace URI is not allowed for non-empty prefix.
  214. 2005-10-04 Atsushi Enomoto <[email protected]>
  215. * XmlConvertTests.cs : added test for bug #76328.
  216. 2005-10-01 Atsushi Enomoto <[email protected]>
  217. * XmlWriterSettingsTests.cs : test for NormalizeNewLines.
  218. 2005-10-01 Atsushi Enomoto <[email protected]>
  219. * XmlAttributeTests.cs : test for bug #76311.
  220. 2005-10-01 Atsushi Enomoto <[email protected]>
  221. * XmlReaderCommonTests.cs : added simple Create() test.
  222. 2005-09-28 Atsushi Enomoto <[email protected]>
  223. * XmlNodeReaderTests.cs : added test for bug #76260.
  224. 2005-09-27 Atsushi Enomoto <[email protected]>
  225. * XmlTextReaderTests.cs : added test for bug #76247.
  226. 2005-09-26 Atsushi Enomoto <[email protected]>
  227. * XmlValidatingReaderTests.cs : added test for bug #76234.
  228. 2005-09-25 Atsushi Enomoto <[email protected]>
  229. * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags NET_2_0 update.
  230. 2005-09-21 Atsushi Enomoto <[email protected]>
  231. * XmlWriterSettingsTests.cs : removed NormalizeNewLines.
  232. 2005-09-21 Atsushi Enomoto <[email protected]>
  233. * XmlReaderSettingsTests.cs : updated NET_2_0 related tests.
  234. * NameTableTests.cs : numbered testcases. fixed argument order.
  235. 2005-09-14 Atsushi Enomoto <[email protected]>
  236. * XmlTextReaderTests.cs : added #76102 testcase.
  237. 2005-09-14 Atsushi Enomoto <[email protected]>
  238. * XmlTextWriterTests.cs : added #76095 testcase.
  239. 2005-08-31 Sebastien Pouliot <[email protected]>
  240. * XmlSecureResolverTests.cs: Added more test cases for CreateEvidence.
  241. * XmlSecureResolverCas.cs: New. CAS unit tests for XmlSecureResolver.
  242. * XmlExceptionCas.cs: New. CAS unit tests for exception serialization.
  243. 2005-08-04 Atsushi Enomoto <[email protected]>
  244. * XmlAttributeTests.cs : Test if set_Value() works in such cases that
  245. there was only one child in attribute and it was an entity reference.
  246. 2005-07-28 Atsushi Enomoto <[email protected]>
  247. * XsdValidatingReaderTests.cs : added test case for duplicating
  248. assignment of both Schemas.Add() and xsi:schemaLocation where
  249. schemaLocation could not be resolved.
  250. 2005-07-14 Atsushi Enomoto <[email protected]>
  251. * XmlTextWriterTests.cs : added bug #75546 testcase.
  252. 2005-06-29 Atsushi Enomoto <[email protected]>
  253. * XmlConvertTests.cs : added timespan milliseconds testcase.
  254. 2005-06-27 Atsushi Enomoto <[email protected]>
  255. * XmlTextReaderTests.cs : added a testcase for not-wf entity
  256. declaration which is actually not used in the instance.
  257. 2005-06-23 Atsushi Enomoto <[email protected]>
  258. * XsdParticleValidationTests.cs : XmlSchemaException ->
  259. XmlSchemaValidationException under 2.0 profile.
  260. 2005-06-17 Atsushi Enomoto <[email protected]>
  261. * XmlValidatingReaderTests.cs : added attribute namespace check in
  262. DefaultXmlnsAttributeLookup() as well.
  263. 2005-06-17 Atsushi Enomoto <[email protected]>
  264. * XmlValidatingReaderTests.cs : added DefaultXmlnsAttributeLookup().
  265. 2005-05-31 Atsushi Enomoto <[email protected]>
  266. * XmlValidatingReaderTests.cs : let's test external DTD as well.
  267. 2005-05-31 Atsushi Enomoto <[email protected]>
  268. * XmlValidatingReaderTests.cs : added ResolveEntityAndBaseURI() which
  269. is imported from sys.security.
  270. 2005-05-25 Andrew Skiba <[email protected]>
  271. * W3C : directory added
  272. 2005-05-10 Atsushi Enomoto <[email protected]>
  273. * XmlValidatingReaderTests.cs : fixed TestPreserveEntityNotOnDotNet()
  274. which was regarded as a bug while it was by design.
  275. 2005-05-05 Atsushi Enomoto <[email protected]>
  276. * XmlNamespaceManagerTests.cs : removed more atomizedName tests.
  277. 2005-05-05 Atsushi Enomoto <[email protected]>
  278. * XmlNamespaceManagerTests.cs : removed atomizedName related tests.
  279. 2005-03-25 Atsushi Enomoto <[email protected]>
  280. * XmlTextWriterTests.cs : added more test case for xml:space.
  281. 2005-03-24 Atsushi Enomoto <[email protected]>
  282. * XmlTextWriterTests.cs : added more tests on WriteQualifiedName().
  283. 2005-03-15 Atsushi Enomoto <[email protected]>
  284. * XmlValidatingReaderTests.cs : Added test for sequential text nodes
  285. which affects on ExpandEntities.
  286. 2005-03-09 Atsushi Enomoto <[email protected]>
  287. * XmlTextReaderTests.cs : added SurrogatePair() based on bug #73513.
  288. 2005-03-07 Atsushi Enomoto <[email protected]>
  289. * XmlDocumentTests.cs : Added ReadNodeEntityReferenceFillsChildren.
  290. Test case by Konstantin Triger.
  291. 2005-03-07 Atsushi Enomoto <[email protected]>
  292. * XmlValidatingReaderTests.cs : added ResolveEntityReadAttributeValue()
  293. 2005-03-03 Atsushi Enomoto <[email protected]>
  294. * XmlTextWriterTests.cs : added testcase for duplicating namespace
  295. mapping processing (should create another prefix, not exception).
  296. 2005-03-02 Atsushi Enomoto <[email protected]>
  297. * XmlTextWriterTests.cs : Added test for LookupPrefix() for
  298. overriden prefix.
  299. 2005-02-25 Atsushi Enomoto <[email protected]>
  300. * XmlNodeTests.cs : added Clone() of readonly node returns a node
  301. that is not readonly.
  302. 2005-02-25 Atsushi Enomoto <[email protected]>
  303. * XmlAttributeTests.cs : added nonNCName Prefix case.
  304. 2005-02-24 Atsushi Enomoto <[email protected]>
  305. * XmlTextWriterTests.cs : Test for call to WriteRaw() -> WriteString()
  306. 2005-02-16 Atsushi Enomoto <[email protected]>
  307. * XmlConvertTests.cs : added some null/empty string cases for
  308. EncodeName()/EncodeLocalName()/EncodeNmToken().
  309. 2005-02-15 Atsushi Enomoto <[email protected]>
  310. * XmlElementTests.cs : assertion numbering on
  311. RemoveDoesNotRemoveDefaultAttributes().
  312. 2005-01-26 Nick Drochak <[email protected]>
  313. * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
  314. test method and ignore it on .NET.
  315. 2005-01-17 Atsushi Enomoto <[email protected]>
  316. * XmlReaderSettingsTests.cs : added some .ctor() tests.
  317. 2005-01-13 Atsushi Enomoto <[email protected]>
  318. * XmlReaderCommonTests.cs : added labels for tests.
  319. Marked MoveToXmlDeclAttributes() as [Ignore] again because there is
  320. no consistent reference implementation to follow.
  321. 2005-01-13 Atsushi Enomoto <[email protected]>
  322. * XmlValidatingReaderTests.cs,
  323. XmlReaderCommonTests.cs,
  324. XmlTextWriterTests.cs,
  325. XmlUrlResolverTests.cs :
  326. Marked as NotDotNet for those tests that fails under MS.NET.
  327. Commented out some XmlTextWriter implementation-dependent assertions.
  328. Fixed ResolveUriWithNullArgs () expected return type.
  329. 2005-01-11 Atsushi Enomoto <[email protected]>
  330. * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL.
  331. 2004-01-11 Atsushi Enomoto <[email protected]>
  332. * XmlReaderCommonTests.cs :
  333. Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet.
  334. 2004-01-11 Atsushi Enomoto <[email protected]>
  335. * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader
  336. that is buggy on attribute value's Prefix and NamespaceURI.
  337. 2005-01-10 Nick Drochak <[email protected]>
  338. * XmlWriterTests.cs: Fix build warnings.
  339. * XmlReaderCommonTests.cs: Make tests pass on Fx1.1. XmlNodeReader
  340. has different default attributes it seems.
  341. 2004-12-15 Raja R Harinath <[email protected]>
  342. * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
  343. XsdValidate references to use ValidationType.
  344. 2004-12-08 Atsushi Enomoto <[email protected]>
  345. * XmlReaderSettingsTests.cs : updated some boolean flags to
  346. XmlSchemaValidationFlags.
  347. 2004-11-22 Atsushi Enomoto <[email protected]>
  348. * XmlTextReaderTests.cs : added AttributeNormalizationWrapped().
  349. 2004-11-14 Atsushi Enomoto <[email protected]>
  350. * XmlWriterTests.cs : Added test for WriteAttributes().
  351. 2004-11-08 Atsushi Enomoto <[email protected]>
  352. * XmlNodeReaderTests.cs : numbered some of asserts.
  353. 2004-11-08 Atsushi Enomoto <[email protected]>
  354. * XmlTextReaderTests.cs : added tests for 2.0 entity handling.
  355. * XmlValidatingReaderTests.cs : modified tests for entity handling
  356. that are changed in 2.0.
  357. 2004-10-29 Atsushi Enomoto <[email protected]>
  358. * XmlReaderCommonTests.cs : ReadAsObject() is removed.
  359. * XmlTextWriterTests.cs : added CloseTwice().
  360. * XmlNodeTests.cs : added labels.
  361. 2004-09-08 Atsushi Enomoto <[email protected]>
  362. * XmlWriterSettingsTests.cs : added.
  363. 2004-09-07 Atsushi Enomoto <[email protected]>
  364. * XmlReaderCommonTests.cs : Added tests for ReadAsObject().
  365. 2004-09-07 Atsushi Enomoto <[email protected]>
  366. * XmlNamespaceManagerTests.cs : Added test for duplicate addition,
  367. atomization, complex RemoveNamespace() and GetNamespacesInScope().
  368. 2004-09-07 Atsushi Enomoto <[email protected]>
  369. * XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests
  370. * XmlTextReaderTests.cs : added normalization and Setting sests.
  371. 2004-09-06 Atsushi Enomoto <[email protected]>
  372. * XmlElementTests.cs : added another set_InnerXml test.
  373. * XmlNodeTests.cs : added BaseURI test.
  374. * XmlTextReaderTests.cs : added tests for Normalization, EOF,
  375. LineNumber, LinePosition (all reported ones).
  376. * XsdValidatingReaderTests.cs : more descriptions.
  377. 2004-09-06 Atsushi Enomoto <[email protected]>
  378. * XmlTextReaderTests.cs : added ProhibitDtd().
  379. * XmlWriterTests.cs : added WriteNodeError().
  380. 2004-06-21 Atsushi Enomoto <[email protected]>
  381. * XmlSecureResolverTests.cs : Just [Ignore] EmptyEvidenceDeniedAccess.
  382. It requires CAS.
  383. 2004-06-18 Atsushi Enomoto <[email protected]>
  384. * XmlSecureResolverTests.cs : [TestFixture] was missing.
  385. 2004-06-14 Atsushi Enomoto <[email protected]>
  386. * XmlTextWriterTests.cs : Avoid CR/CRLF testing complexity.
  387. 2004-06-14 Atsushi Enomoto <[email protected]>
  388. * XmlUrlResolverTests.cs : Unlike MS.NET, we treats Unix absolute file
  389. URI file:///usr/local/src as correct file path. MS.NET is not aware
  390. of such format and parses as "host = usr, path = /local/src".
  391. 2004-06-06 Atsushi Enomoto <[email protected]>
  392. * XmlTextWriterTests.cs : Added indentation testcase (it might now
  393. work due to CompareInfo.IndexOf() bug).
  394. 2004-06-06 Atsushi Enomoto <[email protected]>
  395. * XmlTextReaderTests.cs : added some namespace check tests.
  396. 2004-05-27 Atsushi Enomoto <[email protected]>
  397. * XmlTextReaderTests.cs : added test for bug #59142.
  398. * XmlTextWriterTests.cs : added test for bug #59154.
  399. * XmlDocumentTests.cs : added test for bug #59155.
  400. 2004-05-24 Atsushi Enomoto <[email protected]>
  401. * XmlNodeTests.cs : added Normalize2().
  402. 2004-05-13 Atsushi Enomoto <[email protected]>
  403. * XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not
  404. kind of thing that should be supported.
  405. * XmlValidatingReaderTests.cs : commented a bit.
  406. 2004-04-24 Atsushi Enomoto <[email protected]>
  407. * XmlConvertTests.cs : Commented out locale-dependent tests.
  408. * XmlDocumentTests.cs : Uncommented now-testable lines.
  409. Commented out that should not be allowed, such as non-XML-name node.
  410. 2004-04-24 Atsushi Enomoto <[email protected]>
  411. * XmlDeclarationTests.cs : More InnerText tests.
  412. 2004-04-20 Atsushi Enomoto <[email protected]>
  413. * XmlCharacterDataTests.cs : Added more tests for Substring().
  414. * XmlConvertTests.cs : Commented out locale-dependent tests.
  415. * XmlDocumentTests.cs : Added LoadEntityReference().
  416. 2004-03-31 Atsushi Enomoto <[email protected]>
  417. * Added nist_dom tests from Mainsoft hackers.
  418. * Added XmlSecureResolverTests.cs.
  419. 2004-03-16 Atsushi Enomoto <[email protected]>
  420. * XmlDocumentTests.cs : Added PreserveWhitespace2() (whitespace nodes
  421. should be written regardless of document.PreserveWhitespace.)
  422. 2004-03-15 Atsushi Enomoto <[email protected]>
  423. * XmlReaderCommonTests.cs : Added tests for ReadInner/OuterXml() on
  424. EndElement.
  425. 2004-03-14 Atsushi Enomoto <[email protected]>
  426. * XmlAttributeCollectionTests.cs : Added InsertAfterError().
  427. * XmlNodeTests.cs : Added SelectNodes(), SelectNodes2() [commented].
  428. 2004-03-04 Atsushi Enomoto <[email protected]>
  429. * XmlDocumentTests.cs : added Implementation().
  430. 2004-02-17 Atsushi Enomoto <[email protected]>
  431. * XmlEntityTests.cs, XmlDocumentEventTests.cs : added.
  432. 2004-02-05 Atsushi Enomoto <[email protected]>
  433. * XmlDocumentTests.cs : Added ReadNodeEmptyContent() and
  434. ReadNodeWhitespace().
  435. * XmlElementTests.cs : Added SetAttributeNodeError().
  436. 2004-02-04 Atsushi Enomoto <[email protected]>
  437. * XmlEntityReferenceTests.cs : renamed TestDescendantsRecursively to
  438. DescendantsRecursively and added more test lines.
  439. Added ChildNodes().
  440. * XmlReaderCommonTests.cs : Added MoveToXmlDeclAttribute(). However
  441. it is ignored (since XmlNodeReader behaves differently, maybe bug).
  442. 2004-02-03 Atsushi Enomoto <[email protected]>
  443. * XmlReaderCommonTests.cs : Added SurrogatePairContent().
  444. * XmlDocumentTests.cs : Added LoadXmlReaderNamespacesFalse().
  445. * XmlEntityReferenceTests.cs : Added TestsDescendantsRecursively().
  446. 2004-01-28 Atsushi Enomoto <[email protected]>
  447. * XmlDocumentTypeTests.cs : Added IncorrectInternalSubset().
  448. * XmlNodeTests.cs : Since .NET 1.1 also prohibits multiple document
  449. element, removed extraneous test switch for InsertBefore().
  450. * XsdParticleValidationTests.cs,
  451. XsdValidatingReaderTests.cs : These test class names are too
  452. ambiguous so just renamed them. (No bug reports are found on them,
  453. but should be warned in the meantime.)
  454. 2004-01-23 Atsushi Enomoto <[email protected]>
  455. * XmlElementTests.cs : Added SetAttributeXmlns.
  456. * XmlTextWriterTests.cs : Added several xmlns-related tests.
  457. 2004-01-22 Atsushi Enomoto <[email protected]>
  458. * XmlTextWriterTests.cs : Added *Do*OutputRemovalDefaultNSDeclaration.
  459. 2004-01-20 Atsushi Enomoto <[email protected]>
  460. * XmlElementTests.cs : Added WriteToMakesNonsenseForDefaultNSChildren.
  461. * XmlTextWriterTests.cs : Added DontOutputRemovalDefaultNSDeclaration.
  462. 2004-01-14 Atsushi Enomoto <[email protected]>
  463. * XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute().
  464. * XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs,
  465. XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs :
  466. Close or avoid XmlTextReader.
  467. 2004-01-03 Atsushi Enomoto <[email protected]>
  468. * XmlAttributeCollectionTests.cs :
  469. added InsertAfterReplacesInCorrectOrder().
  470. * XmlUrlResolverTests.cs : fixed file path.
  471. * XmlTextReaderTests.cs : fixed file path.
  472. * XmlTextWriterTests.cs : added ElementXmlnsNeedEscape().
  473. 2003-12-21 Atsushi Enomoto <[email protected]>
  474. * XmlDocumentTests.cs, XmlElementTests.cs :
  475. Added GetElementsByTagNameNs2().
  476. 2003-12-16 Atsushi Enomoto <[email protected]>
  477. * XmlDeclarationTests.cs : Added InvalidInnerText().
  478. * XmlDocumentTests.cs : CRLF fix (to LF)
  479. * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument().
  480. * XmlValidatingReaderTests.cs : Fixed entity handling check tests.
  481. 2003-11-28 Atsushi Enomoto <[email protected]>
  482. * XmlWriterTests.cs : Added WriteNodeFullDocument() with
  483. encoding specification. Added WriteNodeNonEmptyElement().
  484. * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType()
  485. and GetEntityWithRelativeFileUri().
  486. * XmlTextWriterTests.cs : Added some namespace related tests.
  487. * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests.
  488. * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected
  489. nodes.
  490. * XmlElementTests.cs : Added ConstructionAndDefaultAttributes().
  491. * XmlDeclarationTests.cs : Added InvalidInnerText().
  492. * XmlAttributeTests.cs : Added CheckPrefixWithNamespace().
  493. 2003-10-13 Atsushi Enomoto <[email protected]>
  494. * XmlWriterTests.cs : Added WriteSurrogateCharEntity().
  495. 2003-10-13 Atsushi Enomoto <[email protected]>
  496. * XmlElementTests.cs : Added more tests on
  497. RemoveDoesNotRemoveDefaultAttributes().
  498. * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and
  499. GetNamespaceOfPrefixNullArg().
  500. * XmlWriterTests.cs : Added WriteNodeNone().
  501. 2003-10-05 Atsushi Enomoto <[email protected]>
  502. * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test
  503. methods.
  504. * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs,
  505. and added GetEntityWithNullArgs() (though it is uncommented).
  506. * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader
  507. testing phase.
  508. 2003-09-21 Atsushi Enomoto <[email protected]>
  509. * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-)
  510. 2003-09-21 Atsushi Enomoto <[email protected]>
  511. * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes().
  512. Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader
  513. which is rather buggy than their XmlNodeReader.
  514. * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes()
  515. and trivial messagefix.
  516. 2003-09-21 Atsushi Enomoto <[email protected]>
  517. * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope().
  518. 2003-08-24 Atsushi Enomoto <[email protected]>
  519. * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and
  520. EmptyStringHasTextNode().
  521. * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes().
  522. * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and
  523. ReadAttributeValue().
  524. * XmlTextReaderTests.cs :
  525. Added NotAllowedCharRef() and ExpandParameterEntity().
  526. Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml()
  527. and UndeclaredEntityInStandaloneXml().
  528. * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution()
  529. refactory.
  530. * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs.
  531. 2003-08-05 Atsushi Enomoto <[email protected]>
  532. * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling
  533. should be ExpandCharEntities.
  534. * XmlValidatingReaderTests.cs : added ResolveEntity(),
  535. ResolveEntity2() and ResolveEntityWithoutDTD().
  536. 2003-07-31 Atsushi Enomoto <[email protected]>
  537. * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and
  538. CreateEntityReferencesWithoutDTD().
  539. * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and
  540. ResolveEntityWithoutDTD().
  541. 2003-07-29 Atsushi Enomoto <[email protected]>
  542. * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test.
  543. * XmlElementTests.cs : added WriteToDefaultAttribute() test.
  544. * XmlNodeTests.cs : added InnerXmlWithXmlns () test.
  545. * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test.
  546. * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have
  547. entity reference inside text content (and it now fails).
  548. 2003-07-26 Atsushi Enomoto <[email protected]>
  549. * XmlAttributeTests.cs : added IdentityConstraints().
  550. * XmlDocumentTests.cs : added DocumentTypeNodes().
  551. * XmlNodeTests.cs : added InnerText().
  552. * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the
  553. testing reader. Added IndexerAndAttributes().
  554. * XmlValidatingReader.cs : modified TestAttributes() to have
  555. ReadAttributeValue() tests. Added TestIdentityConstraints()
  556. 2003-07-24 Atsushi Enomoto <[email protected]>
  557. * XmlConvertTests.cs,
  558. XmlNodeTests.cs,
  559. XmlTextWriterTests.cs : removed some compilation warning.
  560. * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit()
  561. incorrect commit.
  562. * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2...
  563. and changed PrepareXmlReader() as returning validating reader.
  564. Added indexer (this[]) property check and ValidationType.None check
  565. to TestAttributeDefaultContribution().
  566. Added TestExpandEntity(), TestPreserveEntity() and TestNormalization().
  567. 2003-07-19 Atsushi Enomoto <[email protected]>
  568. * XmlValidatingReaderTests.cs : added TestValidationEvent() and
  569. some code refactory.
  570. 2003-07-12 Atsushi Enomoto <[email protected]>
  571. * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and
  572. TestAttributeDefaultContribution().
  573. 2003-07-12 Atsushi Enomoto <[email protected]>
  574. * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct
  575. ReadState check.
  576. * ChangeLog was incorrectly added about above stuff.
  577. * XmlTextReaderTests.cs : added some reader's state check tests and
  578. ReadAsElementContent and ReadAsAttributeContent.
  579. * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
  580. 2003-07-06 Atsushi Enomoto <[email protected]>
  581. * added XmlValidatingReaderTests.cs.
  582. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  583. * XmlTextWriterTests.cs: Made use of ExpectedException
  584. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  585. * Made tests which expect an exception use the
  586. ExpectedException Attribute.
  587. 2003-06-20 Atsushi Enomoto <[email protected]>
  588. * added XmlUrlResolverTests.cs.
  589. 2003-06-16 Atsushi Enomoto <[email protected]>
  590. * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
  591. * XmlTextReaderTests.cs : added ExternalDocument() which will result
  592. in BaseURI test and DTD parameter entity test.
  593. 2003-06-16 Atsushi Enomoto <[email protected]>
  594. * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
  595. EmptyElementWithAttributes() and was added namespaced attribute tests.
  596. * XmlTextWriterTests.cs : added WriteWhitespace().
  597. 2003-06-10 Zoltan Varga <[email protected]>
  598. * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
  599. CreateAttribute.
  600. 2003-06-01 Atsushi Enomoto <[email protected]>
  601. * XmlConvertTests.cs : added VerifyNCName().
  602. 2003-05-18 Atsushi Enomoto <[email protected]>
  603. * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
  604. WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
  605. added more tests to AttributeWriteAttributeString().
  606. * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
  607. 2003-05-16 Atsushi Enomoto <[email protected]>
  608. * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
  609. * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
  610. and not well-formed xml of OuterXmlWithDefaultXmlns().
  611. * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
  612. WriteToWithDefaultNamespace().
  613. * XmlNodeReaderTests.cs : fixed incorrect result expectation of
  614. ReadInnerXmlWrongInit().
  615. * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
  616. * XmlReaderCommonTests.cs,
  617. XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
  618. InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
  619. to resolve these entity references.
  620. * XmlTextWriterTests.cs : removed English-dependent error message check.
  621. fixed incorrect state-check ignorant blocks of WriteAttributes ().
  622. * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
  623. XmlDecl() as MS.NET results in.
  624. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  625. * Tests inherits from Assertion and Assertion. prefixes removed
  626. 2003-05-05 Atsushi Enomoto <[email protected]>
  627. * added XmlConvertTests.cs.
  628. 2003-04-29 Atsushi Enomoto <[email protected]>
  629. * XmlAttributeTests.cs : added WriteTo.
  630. * XmlReaderCommonTests.cs,
  631. XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
  632. Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
  633. and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
  634. they requires IsEmptyElement = false, which is always true for
  635. XmlNodeReader).
  636. 2003-04-27 Atsushi Enomoto <[email protected]>
  637. * XmlReaderCommonTests.cs,
  638. XmlTextReaderTests.cs : Moved many tests to CommonTests.
  639. 2003-04-25 Atsushi Enomoto <[email protected]>
  640. * XmlWriterTests.cs : added some WriteNode() related testcases.
  641. 2003-04-13 Atsushi Enomoto <[email protected]>
  642. * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
  643. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  644. LoadDocumentWithIgnoreSection.
  645. 2003-04-12 Atsushi Enomoto <[email protected]>
  646. * added this file as a new entry.
  647. See ../ChangeLog to find ChangeLog entries before than this day.