ChangeLog 41 KB

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