2
0

ChangeLog 45 KB

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