ChangeLog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. 2007-10-30 Atsushi Enomoto <[email protected]>
  2. * XmlSerializerTests.cs : added test for bug #337729.
  3. 2007-10-30 Atsushi Enomoto <[email protected]>
  4. * XmlCodeExporterTests.cs : enable the previous test again.
  5. 2007-10-30 Atsushi Enomoto <[email protected]>
  6. * XmlCodeExporterTests.cs : disable the previous test; it's reverted.
  7. 2007-10-30 Atsushi Enomoto <[email protected]>
  8. * XmlCodeExporterTests.cs : added test for (part of?) bug #336739,
  9. base simple content enum type output.
  10. 2007-10-26 Atsushi Enomoto <[email protected]>
  11. * XmlSerializerTests.cs : added test for DataType in [XmlElement].
  12. 2007-09-25 Atsushi Enomoto <[email protected]>
  13. * XmlSerializerTests.cs : another XmlSchemaProvider test; use it
  14. as a member of an array.
  15. 2007-09-25 Atsushi Enomoto <[email protected]>
  16. * XmlSerializerTests.cs : added deserialization test for
  17. XmlSchemaProviderAttribute use.
  18. * XmlReflectionImporterTests.cs : added test for conclict resolution
  19. between defaultNamespace and XmlSchemaProvider() namespace.
  20. * XmlSchemaExporterTests.cs : use Infoset() comparison.
  21. 2007-09-25 Atsushi Enomoto <[email protected]>
  22. * XmlSerializerTests.cs, XmlReflectionImporterTests.cs :
  23. added tests for XmlSchemaProviderAttribute and how its qname works.
  24. 2007-08-21 Atsushi Enomoto <[email protected]>
  25. * XmlReflectionImporterTest.cs : test for bug #81880.
  26. 2007-08-21 Atsushi Enomoto <[email protected]>
  27. * XmlCodeExporterTests.cs : test for bug #82078.
  28. 2007-07-26 Atsushi Enomoto <[email protected]>
  29. * XmlSerializerTests.cs : test for #81539.
  30. 2007-04-25 Atsushi Enomoto <[email protected]>
  31. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs :
  32. fixed wrong dateTime formatting tests.
  33. 2007-04-24 Atsushi Enomoto <[email protected]>
  34. * XmlSerializerTests.cs : another case on #80759 from gert.
  35. 2007-04-23 Atsushi Enomoto <[email protected]>
  36. * XmlSerializerTests.cs :
  37. added missing test from 80759, and marked similar but different one
  38. from the same bug as not working.
  39. 2007-04-20 Atsushi Enomoto <[email protected]>
  40. * XmlSerializerTests.cs :
  41. Added test for serializing private-constructor-only class.
  42. 2007-02-20 Atsushi Enomoto <[email protected]>
  43. * XmlSerializationReaderTests.cs : test non-empty element as well.
  44. 2007-02-20 Atsushi Enomoto <[email protected]>
  45. * XmlSerializationReaderTests.cs : added test for out attribute
  46. parameters. It also tests empty root element.
  47. 2007-02-19 Atsushi Enomoto <[email protected]>
  48. * XmlReflectionImporterTests.cs : added another test for nullable
  49. container.
  50. 2007-02-19 Atsushi Enomoto <[email protected]>
  51. * XmlReflectionImporterTests.cs : added test for nullable int import.
  52. 2007-02-14 Atsushi Enomoto <[email protected]>
  53. * XmlSerializerTests.cs : added HasFieldSpecifiedButIrrelevant().
  54. 2007-02-07 Gert Driesen <[email protected]>
  55. * XmlCodeExporter.cs: Avoid hardcoding version numbers. Enable tests
  56. again on 2.0 profile.
  57. 2007-02-07 Atsushi Enomoto <[email protected]>
  58. * SoapReflectionImporterTests.cs : removed some NotWorking.
  59. 2007-02-07 Atsushi Enomoto <[email protected]>
  60. * XmlSerializerTests.cs : added some XmlNode array/list tests.
  61. * XmlSerializationWriterTests.cs : removed more NotWorking. Added
  62. WriteTypedPrimitive() error test for XmlNode.
  63. 2007-02-07 Atsushi Enomoto <[email protected]>
  64. * XmlSerializationWriterTests.cs : removed some NotWorking.
  65. 2007-02-07 Atsushi Enomoto <[email protected]>
  66. * DeserializeTests.cs : a lot of tests were actually fixed yet.
  67. 2007-02-07 Atsushi Enomoto <[email protected]>
  68. * XmlCodeExporterTests.cs : Gert's tests often condemn Microsoft
  69. that they upgrade version numbers.
  70. 2007-01-19 Atsushi Enomoto <[email protected]>
  71. * XmlSchemaImporterTests.cs :
  72. Added ImportMembersMapping_NullableField().
  73. 2007-01-18 Atsushi Enomoto <[email protected]>
  74. * XmlSchemaImporterTests.cs :
  75. test that <xs:element nillable='true' ...> is mapped to Nullable<T>.
  76. 2007-01-15 Atsushi Enomoto <[email protected]>
  77. * XmlSerializerTests.cs : Fixed NotDotNet generic test which itself
  78. was wrong.
  79. 2007-01-15 Atsushi Enomoto <[email protected]>
  80. * XmlSerializerTests.cs : most of generic tests are working now.
  81. * XmlReflectionImporterTests.cs : test for rejecting generic type
  82. definition.
  83. 2006-12-04 Atsushi Enomoto <[email protected]>
  84. * XmlSerializerTests.cs :
  85. added base64 tests which is similar to hexBinary.
  86. 2006-12-03 Gert Driesen <[email protected]>
  87. * XmlSerializerTests.cs: Undo some of Hagit's code formatting changes.
  88. 2006-12-03 Gert Driesen <[email protected]>
  89. * XmlSerializerTests.cs: Only compile generic tests on 2.0 profile.
  90. Fixes build.
  91. * DeserializeTests.cs: Same.
  92. * XmlSerializerTestClasses.cs: Same.
  93. 2006-12-03 Gert Driesen <[email protected]>
  94. * XmlSchemaExporterTests.cs: Added tests for (part of) bug #78214.
  95. 2006-12-03 Hagit Yidov <[email protected]>
  96. * XmlSerializerTests.cs : added tests for serialization of generic types.
  97. * DeserializeTests.cs : added tests for deserialization of generic types.
  98. * XmlSerializerTestClasses.cs : added classes for tests which use generic types.
  99. 2006-12-01 Atsushi Enomoto <[email protected]>
  100. * XmlSerializerTests.cs : added tests for XmlArrayAttribute support.
  101. 2006-11-22 Atsushi Enomoto <[email protected]>
  102. * XmlSerializerTests.cs : added test for hexBinary.
  103. 2006-11-22 Atsushi Enomoto <[email protected]>
  104. * XmlReflectionImporterTests.cs : added test for class that contains
  105. nullable value type field whose XmlElementAttribute IsNullable.
  106. 2006-11-20 Atsushi Enomoto <[email protected]>
  107. * XmlSerializerTests.cs : added test for nullable type.
  108. 2006-11-17 Atsushi Enomoto <[email protected]>
  109. * XmlSerializerTests.cs : test for basic generic type support with
  110. code generation.
  111. 2006-11-14 Atsushi Enomoto <[email protected]>
  112. * XmlSerializerImplementationTests.cs :
  113. another custom implementation case.
  114. 2006-11-10 Atsushi Enomoto <[email protected]>
  115. * XmlSchemaExporterTests.cs :
  116. fixed almost all test cases which expected totally wrong schemas.
  117. Schema elements are all nillable unless it is of value type.
  118. 2006-11-09 Atsushi Enomoto <[email protected]>
  119. * XmlSchemaImporterTests.cs :
  120. added DefaultTypeTopLevelElementImportsAllComplexTypes().
  121. 2006-11-09 Atsushi Enomoto <[email protected]>
  122. * XmlSchemaImporterTests.cs :
  123. added ImportComplexDerivationByExtension().
  124. 2006-11-08 Atsushi Enomoto <[email protected]>
  125. * XmlSchemaImporterTests.cs :
  126. added AnyTypeTopLevelElementImportsAllComplexTypes().
  127. 2006-11-08 Atsushi Enomoto <[email protected]>
  128. * XmlSchemaImporterTests.cs : added ImportTypeMapping() test for
  129. nonexistent name.
  130. 2006-11-02 Atsushi Enomoto <[email protected]>
  131. * CodeIdentifiersTests.cs : new test.
  132. 2006-11-01 Atsushi Enomoto <[email protected]>
  133. * XmlSerializerImplementationTests.cs : new testfixture.
  134. 2006-10-10 Gert Driesen <[email protected]>
  135. * XmlSerializerTests.cs: Added a few tests. Fixed coding style.
  136. 2006-10-08 Gert Driesen <[email protected]>
  137. * DeserializeTest.cs: Added several tests.
  138. * XmlSerializerTestClasses.cs: Added test classes for encoded SOAP.
  139. * XmlSerializerTests.cs: Added new tests and fixed existing test.
  140. * XmlReflectionImporterTests.cs: Added test for invalid default
  141. values.
  142. * SoapReflectionImporterTests.cs: Fixed numbering of tests.
  143. 2006-10-01 Gert Driesen <[email protected]>
  144. * SoapReflectionImporterTests.cs: Added tests for bug #78206.
  145. 2006-05-30 Atsushi Enomoto <[email protected]>
  146. * XmlSerializerTests.cs : added tailored version of bug #78536 test.
  147. 2006-05-15 Gert Driesen <[email protected]>
  148. * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
  149. XmlRootAttribute in tests.
  150. 2006-04-26 Gert Driesen <[email protected]>
  151. * SoapSchemaExporterTests.cs: Sync expected results with changes to
  152. test classes.
  153. * XmlCodeExporterTests.cs: Same.
  154. 2006-04-26 Gert Driesen <[email protected]>
  155. * DeserializeTests.cs: Improved TestDeserialize_Enum test for
  156. bug #78204.
  157. 2006-04-26 Gert Driesen <[email protected]>
  158. * SoapAttributesTests.cs: Added tests for bug #78205.
  159. * XmlSerializerTestClasses.cs: Added test classes and improved existing
  160. classes for usage in upcoming bug reports.
  161. 2006-04-24 Gert Driesen <[email protected]>
  162. * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug
  163. #78145.
  164. 2006-04-21 Gert Driesen <[email protected]>
  165. * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
  166. * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass
  167. on MS.NET 2.0.
  168. 2006-04-20 Gert Driesen <[email protected]>
  169. * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
  170. marked NotWorking).
  171. 2006-03-25 Gert Driesen <[email protected]>
  172. * XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
  173. 2006-03-25 Gert Driesen <[email protected]>
  174. * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
  175. for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered
  176. tests.
  177. 2006-03-22 Gert Driesen <[email protected]>
  178. * XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for
  179. void and null type argument. Improved WrongChoices test to make sure
  180. the exception(s) we throw match those of MSFT. Added test for bug
  181. #77591.
  182. 2006-03-10 Gert Driesen <[email protected]>
  183. * XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
  184. .
  185. 2006-03-10 Gert Driesen <[email protected]>
  186. * DeserializeTests.cs: Enabled tests for bug #77530.
  187. * XmlSerializerTests.cs: Enabled tests for bug #77530.
  188. 2006-03-07 Lluis Sanchez Gual <[email protected]>
  189. * System.Xml.Serialization/XmlSerializerTestClasses.cs:
  190. * System.Xml.Serialization/XmlSerializerTests.cs: Added tests
  191. for XmlSchemaForm.
  192. 2006-02-16 Gert Driesen <[email protected]>
  193. * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
  194. * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
  195. 2006-02-16 Lluis Sanchez Gual <[email protected]>
  196. * XmlSchemaImporterTests.cs: Added test for bug #76848.
  197. 2006-02-11 Gert Driesen <[email protected]>
  198. * XmlRootAttributeTests.cs: Set eol-style to CRLF.
  199. * SoapTypeAttributeTests.cs: Same.
  200. * XmlIncludeAttributeTests.cs: Same.
  201. * XmlTextAttributeTests.cs: Same.
  202. * XmlSerializerTests.cs: Same.
  203. * SoapIncludeAttributeTests.cs: Same.
  204. * XmlSerializationWriterTests.cs: Same.
  205. * XmlElementAttributeTests.cs: Same.
  206. * ComplexDataStructure.cs: Same.
  207. * DeserializerTests.cs: Same.
  208. * SoapElementAttributeTests.cs: Same.
  209. * XmlChoiceIdentifierAttributeTests.cs: Same.
  210. * XmlArrayItemAttributeTests.cs: Same.
  211. * XmlAnyElementAttributeTests.cs: Same.
  212. * XmlAttributesTests.cs: Same.
  213. * XmlAttributeAttributeTests.cs: Same.
  214. * XmlEnumAttributeTests.cs: Same.
  215. * SoapAttributeAttributeTests.cs: Same.
  216. * SoapEnumAttributeTests.cs: Same.
  217. * SoapSchemaMemberTests.cs: Same.
  218. * XmlArrayAttributeTests.cs: Same.
  219. * XmlSerializerTestClasses.cs: Same.
  220. * XmlSchemaImporterTests.cs: Set eol-style to native.
  221. 2006-02-11 Gert Driesen <[email protected]>
  222. * XmlReflectionImporterTests.cs: Added test for IDictionary import.
  223. Set eol style to CRLF.
  224. * SoapReflectionImporterTests.cs: Added test for IDictionary import.
  225. 2006-02-11 Gert Driesen <[email protected]>
  226. * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
  227. 2006-02-10 Gert Driesen <[email protected]>
  228. * DeserializeTests.cs: Added tests for deserialization of enums, and
  229. primitive types container.
  230. * XmlSerializerTests.cs: Numbered some tests.
  231. 2006-02-09 Gert Driesen <[email protected]>
  232. * XmlSerializerTests.cs: Fixed build after failed merge.
  233. 2006-02-09 Gert Driesen <[email protected]>
  234. * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
  235. XML and encoded serialization of enums.
  236. 2006-02-09 Gert Driesen <[email protected]>
  237. * XmlSerializationWriterTests.cs: Added Reset overload that takes
  238. Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
  239. bug #77512.
  240. 2006-02-09 Gert Driesen <[email protected]>
  241. * SoapReflectionImporterTests.cs: Marked test NotDotNet.
  242. 2006-02-09 Lluis Sanchez Gual <[email protected]>
  243. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  244. for bug #77447.
  245. 2006-02-09 Gert Driesen <[email protected]>
  246. * XmlSerializerTests.cs: Added constants for usage in new tests.
  247. Added methods for encoded serialization. Fixed line endings.
  248. 2006-02-09 Gert Driesen <[email protected]>
  249. * XmlSerializerTestClasses.cs: Added test classes.
  250. 2006-02-09 Gert Driesen <[email protected]>
  251. * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
  252. Assertion class. Added tests for FromEnum, WriteXsiType,
  253. WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
  254. accessibility of Reset and Content on XmlSerializationWriterTester
  255. and added public Execute methods for WritePotentiallyReferencingElement
  256. and WriteTypedPrimitive, to allow this class to be useful for tests
  257. that have effect on the prefix for other tests.
  258. * XmlSerializationReaderTests.cs: Added tests for ToEnum.
  259. 2006-02-08 Gert Driesen <[email protected]>
  260. * XmlTypeAttributeTests.cs: Set eol-style to native.
  261. 2006-02-06 Gert Driesen <[email protected]>
  262. * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
  263. Renumbered tests. Fixed line endings.
  264. 2006-02-05 Gert Driesen <[email protected]>
  265. * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
  266. tests that were catching NUnit's AssertionException too.
  267. 2006-02-04 Gert Driesen <[email protected]>
  268. * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
  269. due to bug #77117 to pass on Mono (until that bug is fixed) and
  270. mark these tests NotDotNet.
  271. 2006-01-23 Gert Driesen <[email protected]>
  272. * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
  273. have landed in svn.
  274. * SoapReflectionImporterTests.cs: Added numerous tests.
  275. * XmlSchemaImporterTests.cs: Added numerous tests.
  276. * XmlSchemaExporterTests.cs: Added numerous tests.
  277. * SoapSchemaExporterTests.cs: Added numerous tests.
  278. * XmlSerializerTestClasses.cs: Added test classes for
  279. XmlSchemaExporter. Fixed line endings (to CRLF).
  280. 2006-01-07 Gert Driesen <[email protected]>
  281. * XmlReflectionImporterTests.cs: Added numerous tests. No longer
  282. derive from Assertion.
  283. 2005-12-29 Gert Driesen <[email protected]>
  284. * XmlSchemaExporterTests.cs: Added tests for exporting structs, and
  285. arrays. Added tests for bug #77117. Refactored some existing tests.
  286. 2005-12-28 Gert Driesen <[email protected]>
  287. * XmlSerializerTests.cs: Added serialization test for XmlSchema.
  288. * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
  289. and primitives.
  290. 2005-12-27 Gert Driesen <[email protected]>
  291. * XmlSerializerTests.cs: Number individual tests.
  292. 2005-12-27 Gert Driesen <[email protected]>
  293. * XmlAttributesTests.cs: No longer derive from Assertion, number
  294. individual tests.
  295. 2005-12-05 Lluis Sanchez Gual <[email protected]>
  296. * XmlSerializerTestClasses.cs:
  297. * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
  298. 2005-12-01 Lluis Sanchez Gual <[email protected]>
  299. * XmlSerializerTestClasses.cs:
  300. * XmlSerializerTests.cs: Added tests for bug #76860.
  301. 2005-11-24 Vladimir Krasnov <[email protected]>
  302. * XmlSerializerTestClasses.cs: added two enum types, without
  303. 0-value
  304. * XmlSerializerTests.cs: added tests for serialization enum's
  305. default value
  306. 2005-09-26 Lluis Sanchez Gual <[email protected]>
  307. * XmlSerializerTests.cs, DeserializeTests.cs,
  308. XmlSerializerTestClasses.cs: Added tests for serialization of
  309. arrays of choice values.
  310. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  311. * XmlSerializerTests.cs, Added test for bug #76049.
  312. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  313. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  314. for bug #75986.
  315. 2005-08-24 Lluis Sanchez Gual <[email protected]>
  316. * XmlSerializerTests.cs: Added test for bug #75855.
  317. * DeserializeTests.cs: New test.
  318. * XmlSerializerTestClasses.cs: New test classes.
  319. 2005-07-31 Gert Driesen <[email protected]>
  320. * ComplexDataStructure.cs: Fixed test due to change in default value
  321. of XmlArrayItemAttribute.IsNullable.
  322. * SoapAttributeAttributeTests.cs: Added tests for default values.
  323. * SoapElementAttributeTests.cs: Added tests for default values.
  324. * SoapEnumAttributeTests.cs: Added tests for default values.
  325. * SoapIncludeAttributeTests.cs: Added tests for default values.
  326. * SoapSchemaMemberTests.cs: Added tests for default values.
  327. * SoapTypeAttributeTests.cs: Added tests for default values.
  328. * XmlAnyElementAttributeTests.cs: Added tests for default values.
  329. * XmlArrayAttributeTests.cs: Added tests for default values.
  330. * XmlArrayItemAttributeTests.cs: Added tests for default values.
  331. * XmlAttributeAttributeTests.cs: Added tests for default values.
  332. * XmlChoiceIdentifierAttributeTests.cs: Added tests for default
  333. values.
  334. * XmlElementAttributeTests.cs: Added tests for default values.
  335. * XmlEnumAttributeTests.cs: Added tests for default values.
  336. * XmlIncludeAttributeTests.cs: Added tests for default values.
  337. * XmlRootAttributeTests.cs: Added tests for default values.
  338. * XmlTextAttributeTests.cs: Added tests for default values.
  339. * XmlTypeAttributeTests.cs: Added tests for default values.
  340. 2005-06-17 Raja R Harinath <[email protected]>
  341. * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
  342. errors while printing timezone offset (off.TotalHours == 5.5 gets
  343. printed as 6). Fix sign of timezone.
  344. 2005-04-26 Lluis Sanchez Gual <[email protected]>
  345. * XmlSerializerTests.cs:
  346. * DeserializeTests.cs:
  347. * XmlSerializerTestClasses.cs: Added tests for readonly properties and
  348. elements with spaces on them.
  349. 2005-03-30 Lluis Sanchez Gual <[email protected]>
  350. * XmlSerializerTests.cs:
  351. * XmlReflectionImporterTests.cs:
  352. * DeserializeTests.cs:
  353. * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
  354. 2005-03-29 Lluis Sanchez Gual <[email protected]>
  355. * XmlSerializerTests.cs:
  356. * DeserializeTests.cs:
  357. * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
  358. 2005-02-28 Atsushi Enomoto <[email protected]>
  359. * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
  360. string comparison.
  361. 2005-02-10 Nick Drochak <[email protected]>
  362. * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
  363. 2005-02-07 Lluis Sanchez Gual <[email protected]>
  364. * DeserializeTests.cs: Added test case for bug #72265.
  365. 2005-01-30 Nick Drochak <[email protected]>
  366. * ComplexDataStructure.cs:
  367. * DeserializationTests.cs: Ignore failures on .NET
  368. 2004-09-02 Lluis Sanchez Gual <[email protected]>
  369. * XmlSerializerTestClasses.cs: Added some test classes.
  370. * DeserializeTests.cs: Added tests for bug #61464.
  371. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  372. * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
  373. Minor fixes in Infoset method.
  374. * ComplexDataStructure.cs: New set of tests for testing complex object
  375. serialization.
  376. 2004-03-13 David Sheldon <[email protected]>
  377. * XmlReflectionImporterTests.cs: Switched the AssertEquals around
  378. the other way, so that the expecteed value was the first parameter.
  379. This makes the error messages you get out of it better.
  380. 2004-03-12 Lluis Sanchez Gual <[email protected]>
  381. * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
  382. * XmlAttributesTests.cs, XmlReflectionImporterTests.cs,
  383. XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
  384. Simplified namespace hierarchy.
  385. * XmlSerializerTestClasses.cs: Added more test classes.
  386. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  387. * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
  388. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
  389. independent from the text format.
  390. 2003-05-20 Atsushi Enomoto <[email protected]>
  391. * added DeserializeTests.cs and XmlAttributesTest.cs
  392. 2003-05-18 Atsushi Enomoto <[email protected]>
  393. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  394. and replaced some Assert() with AssertEquals().
  395. Applied USE_VERSION_1_1 to TestConstructor().
  396. 2003-05-16 Dick Porter <[email protected]>
  397. * XmlSerializerTests.cs: Test what happens when nulls are passed
  398. to the constructor
  399. 2003-05-16 Atsushi Enomoto <[email protected]>
  400. * XmlSerializerTests.cs : fixed some argument orders and fixed
  401. timezone dependent part of TestSerializeDateTime().
  402. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  403. * Tests inherits from Assertion and Assertion. prefixes removed
  404. 2003-05-10 Atsushi Enomoto <[email protected]>
  405. * added XmlSerializationWriterTests.cs. (by Erik)
  406. 2003-04-25 Atsushi Enomoto <[email protected]>
  407. * added XmlReflectionImporterTests.cs. (by Erik)
  408. 2003-04-12 Atsushi Enomoto <[email protected]>
  409. * added this file as a new entry.
  410. See ../ChangeLog to find former ChangeLog entries.
  411. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  412. (by Erik Lebel)