ChangeLog 40 KB

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