ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. 2006-11-22 Atsushi Enomoto <[email protected]>
  2. * XmlSerializerTests.cs : added test for hexBinary.
  3. 2006-11-22 Atsushi Enomoto <[email protected]>
  4. * XmlReflectionImporterTests.cs : added test for class that contains
  5. nullable value type field whose XmlElementAttribute IsNullable.
  6. 2006-11-20 Atsushi Enomoto <[email protected]>
  7. * XmlSerializerTests.cs : added test for nullable type.
  8. 2006-11-17 Atsushi Enomoto <[email protected]>
  9. * XmlSerializerTests.cs : test for basic generic type support with
  10. code generation.
  11. 2006-11-14 Atsushi Enomoto <[email protected]>
  12. * XmlSerializerImplementationTests.cs :
  13. another custom implementation case.
  14. 2006-11-10 Atsushi Enomoto <[email protected]>
  15. * XmlSchemaExporterTests.cs :
  16. fixed almost all test cases which expected totally wrong schemas.
  17. Schema elements are all nillable unless it is of value type.
  18. 2006-11-09 Atsushi Enomoto <[email protected]>
  19. * XmlSchemaImporterTests.cs :
  20. added DefaultTypeTopLevelElementImportsAllComplexTypes().
  21. 2006-11-09 Atsushi Enomoto <[email protected]>
  22. * XmlSchemaImporterTests.cs :
  23. added ImportComplexDerivationByExtension().
  24. 2006-11-08 Atsushi Enomoto <[email protected]>
  25. * XmlSchemaImporterTests.cs :
  26. added AnyTypeTopLevelElementImportsAllComplexTypes().
  27. 2006-11-08 Atsushi Enomoto <[email protected]>
  28. * XmlSchemaImporterTests.cs : added ImportTypeMapping() test for
  29. nonexistent name.
  30. 2006-11-02 Atsushi Enomoto <[email protected]>
  31. * CodeIdentifiersTests.cs : new test.
  32. 2006-11-01 Atsushi Enomoto <[email protected]>
  33. * XmlSerializerImplementationTests.cs : new testfixture.
  34. 2006-10-10 Gert Driesen <[email protected]>
  35. * XmlSerializerTests.cs: Added a few tests. Fixed coding style.
  36. 2006-10-08 Gert Driesen <[email protected]>
  37. * DeserializeTest.cs: Added several tests.
  38. * XmlSerializerTestClasses.cs: Added test classes for encoded SOAP.
  39. * XmlSerializerTests.cs: Added new tests and fixed existing test.
  40. * XmlReflectionImporterTests.cs: Added test for invalid default
  41. values.
  42. * SoapReflectionImporterTests.cs: Fixed numbering of tests.
  43. 2006-10-01 Gert Driesen <[email protected]>
  44. * SoapReflectionImporterTests.cs: Added tests for bug #78206.
  45. 2006-05-30 Atsushi Enomoto <[email protected]>
  46. * XmlSerializerTests.cs : added tailored version of bug #78536 test.
  47. 2006-05-15 Gert Driesen <[email protected]>
  48. * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
  49. XmlRootAttribute in tests.
  50. 2006-04-26 Gert Driesen <[email protected]>
  51. * SoapSchemaExporterTests.cs: Sync expected results with changes to
  52. test classes.
  53. * XmlCodeExporterTests.cs: Same.
  54. 2006-04-26 Gert Driesen <[email protected]>
  55. * DeserializeTests.cs: Improved TestDeserialize_Enum test for
  56. bug #78204.
  57. 2006-04-26 Gert Driesen <[email protected]>
  58. * SoapAttributesTests.cs: Added tests for bug #78205.
  59. * XmlSerializerTestClasses.cs: Added test classes and improved existing
  60. classes for usage in upcoming bug reports.
  61. 2006-04-24 Gert Driesen <[email protected]>
  62. * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug
  63. #78145.
  64. 2006-04-21 Gert Driesen <[email protected]>
  65. * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
  66. * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass
  67. on MS.NET 2.0.
  68. 2006-04-20 Gert Driesen <[email protected]>
  69. * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
  70. marked NotWorking).
  71. 2006-03-25 Gert Driesen <[email protected]>
  72. * XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
  73. 2006-03-25 Gert Driesen <[email protected]>
  74. * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
  75. for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered
  76. tests.
  77. 2006-03-22 Gert Driesen <[email protected]>
  78. * XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for
  79. void and null type argument. Improved WrongChoices test to make sure
  80. the exception(s) we throw match those of MSFT. Added test for bug
  81. #77591.
  82. 2006-03-10 Gert Driesen <[email protected]>
  83. * XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
  84. .
  85. 2006-03-10 Gert Driesen <[email protected]>
  86. * DeserializeTests.cs: Enabled tests for bug #77530.
  87. * XmlSerializerTests.cs: Enabled tests for bug #77530.
  88. 2006-03-07 Lluis Sanchez Gual <[email protected]>
  89. * System.Xml.Serialization/XmlSerializerTestClasses.cs:
  90. * System.Xml.Serialization/XmlSerializerTests.cs: Added tests
  91. for XmlSchemaForm.
  92. 2006-02-16 Gert Driesen <[email protected]>
  93. * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
  94. * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
  95. 2006-02-16 Lluis Sanchez Gual <[email protected]>
  96. * XmlSchemaImporterTests.cs: Added test for bug #76848.
  97. 2006-02-11 Gert Driesen <[email protected]>
  98. * XmlRootAttributeTests.cs: Set eol-style to CRLF.
  99. * SoapTypeAttributeTests.cs: Same.
  100. * XmlIncludeAttributeTests.cs: Same.
  101. * XmlTextAttributeTests.cs: Same.
  102. * XmlSerializerTests.cs: Same.
  103. * SoapIncludeAttributeTests.cs: Same.
  104. * XmlSerializationWriterTests.cs: Same.
  105. * XmlElementAttributeTests.cs: Same.
  106. * ComplexDataStructure.cs: Same.
  107. * DeserializerTests.cs: Same.
  108. * SoapElementAttributeTests.cs: Same.
  109. * XmlChoiceIdentifierAttributeTests.cs: Same.
  110. * XmlArrayItemAttributeTests.cs: Same.
  111. * XmlAnyElementAttributeTests.cs: Same.
  112. * XmlAttributesTests.cs: Same.
  113. * XmlAttributeAttributeTests.cs: Same.
  114. * XmlEnumAttributeTests.cs: Same.
  115. * SoapAttributeAttributeTests.cs: Same.
  116. * SoapEnumAttributeTests.cs: Same.
  117. * SoapSchemaMemberTests.cs: Same.
  118. * XmlArrayAttributeTests.cs: Same.
  119. * XmlSerializerTestClasses.cs: Same.
  120. * XmlSchemaImporterTests.cs: Set eol-style to native.
  121. 2006-02-11 Gert Driesen <[email protected]>
  122. * XmlReflectionImporterTests.cs: Added test for IDictionary import.
  123. Set eol style to CRLF.
  124. * SoapReflectionImporterTests.cs: Added test for IDictionary import.
  125. 2006-02-11 Gert Driesen <[email protected]>
  126. * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
  127. 2006-02-10 Gert Driesen <[email protected]>
  128. * DeserializeTests.cs: Added tests for deserialization of enums, and
  129. primitive types container.
  130. * XmlSerializerTests.cs: Numbered some tests.
  131. 2006-02-09 Gert Driesen <[email protected]>
  132. * XmlSerializerTests.cs: Fixed build after failed merge.
  133. 2006-02-09 Gert Driesen <[email protected]>
  134. * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
  135. XML and encoded serialization of enums.
  136. 2006-02-09 Gert Driesen <[email protected]>
  137. * XmlSerializationWriterTests.cs: Added Reset overload that takes
  138. Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
  139. bug #77512.
  140. 2006-02-09 Gert Driesen <[email protected]>
  141. * SoapReflectionImporterTests.cs: Marked test NotDotNet.
  142. 2006-02-09 Lluis Sanchez Gual <[email protected]>
  143. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  144. for bug #77447.
  145. 2006-02-09 Gert Driesen <[email protected]>
  146. * XmlSerializerTests.cs: Added constants for usage in new tests.
  147. Added methods for encoded serialization. Fixed line endings.
  148. 2006-02-09 Gert Driesen <[email protected]>
  149. * XmlSerializerTestClasses.cs: Added test classes.
  150. 2006-02-09 Gert Driesen <[email protected]>
  151. * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
  152. Assertion class. Added tests for FromEnum, WriteXsiType,
  153. WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
  154. accessibility of Reset and Content on XmlSerializationWriterTester
  155. and added public Execute methods for WritePotentiallyReferencingElement
  156. and WriteTypedPrimitive, to allow this class to be useful for tests
  157. that have effect on the prefix for other tests.
  158. * XmlSerializationReaderTests.cs: Added tests for ToEnum.
  159. 2006-02-08 Gert Driesen <[email protected]>
  160. * XmlTypeAttributeTests.cs: Set eol-style to native.
  161. 2006-02-06 Gert Driesen <[email protected]>
  162. * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
  163. Renumbered tests. Fixed line endings.
  164. 2006-02-05 Gert Driesen <[email protected]>
  165. * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
  166. tests that were catching NUnit's AssertionException too.
  167. 2006-02-04 Gert Driesen <[email protected]>
  168. * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
  169. due to bug #77117 to pass on Mono (until that bug is fixed) and
  170. mark these tests NotDotNet.
  171. 2006-01-23 Gert Driesen <[email protected]>
  172. * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
  173. have landed in svn.
  174. * SoapReflectionImporterTests.cs: Added numerous tests.
  175. * XmlSchemaImporterTests.cs: Added numerous tests.
  176. * XmlSchemaExporterTests.cs: Added numerous tests.
  177. * SoapSchemaExporterTests.cs: Added numerous tests.
  178. * XmlSerializerTestClasses.cs: Added test classes for
  179. XmlSchemaExporter. Fixed line endings (to CRLF).
  180. 2006-01-07 Gert Driesen <[email protected]>
  181. * XmlReflectionImporterTests.cs: Added numerous tests. No longer
  182. derive from Assertion.
  183. 2005-12-29 Gert Driesen <[email protected]>
  184. * XmlSchemaExporterTests.cs: Added tests for exporting structs, and
  185. arrays. Added tests for bug #77117. Refactored some existing tests.
  186. 2005-12-28 Gert Driesen <[email protected]>
  187. * XmlSerializerTests.cs: Added serialization test for XmlSchema.
  188. * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
  189. and primitives.
  190. 2005-12-27 Gert Driesen <[email protected]>
  191. * XmlSerializerTests.cs: Number individual tests.
  192. 2005-12-27 Gert Driesen <[email protected]>
  193. * XmlAttributesTests.cs: No longer derive from Assertion, number
  194. individual tests.
  195. 2005-12-05 Lluis Sanchez Gual <[email protected]>
  196. * XmlSerializerTestClasses.cs:
  197. * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
  198. 2005-12-01 Lluis Sanchez Gual <[email protected]>
  199. * XmlSerializerTestClasses.cs:
  200. * XmlSerializerTests.cs: Added tests for bug #76860.
  201. 2005-11-24 Vladimir Krasnov <[email protected]>
  202. * XmlSerializerTestClasses.cs: added two enum types, without
  203. 0-value
  204. * XmlSerializerTests.cs: added tests for serialization enum's
  205. default value
  206. 2005-09-26 Lluis Sanchez Gual <[email protected]>
  207. * XmlSerializerTests.cs, DeserializeTests.cs,
  208. XmlSerializerTestClasses.cs: Added tests for serialization of
  209. arrays of choice values.
  210. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  211. * XmlSerializerTests.cs, Added test for bug #76049.
  212. 2005-09-21 Lluis Sanchez Gual <[email protected]>
  213. * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
  214. for bug #75986.
  215. 2005-08-24 Lluis Sanchez Gual <[email protected]>
  216. * XmlSerializerTests.cs: Added test for bug #75855.
  217. * DeserializeTests.cs: New test.
  218. * XmlSerializerTestClasses.cs: New test classes.
  219. 2005-07-31 Gert Driesen <[email protected]>
  220. * ComplexDataStructure.cs: Fixed test due to change in default value
  221. of XmlArrayItemAttribute.IsNullable.
  222. * SoapAttributeAttributeTests.cs: Added tests for default values.
  223. * SoapElementAttributeTests.cs: Added tests for default values.
  224. * SoapEnumAttributeTests.cs: Added tests for default values.
  225. * SoapIncludeAttributeTests.cs: Added tests for default values.
  226. * SoapSchemaMemberTests.cs: Added tests for default values.
  227. * SoapTypeAttributeTests.cs: Added tests for default values.
  228. * XmlAnyElementAttributeTests.cs: Added tests for default values.
  229. * XmlArrayAttributeTests.cs: Added tests for default values.
  230. * XmlArrayItemAttributeTests.cs: Added tests for default values.
  231. * XmlAttributeAttributeTests.cs: Added tests for default values.
  232. * XmlChoiceIdentifierAttributeTests.cs: Added tests for default
  233. values.
  234. * XmlElementAttributeTests.cs: Added tests for default values.
  235. * XmlEnumAttributeTests.cs: Added tests for default values.
  236. * XmlIncludeAttributeTests.cs: Added tests for default values.
  237. * XmlRootAttributeTests.cs: Added tests for default values.
  238. * XmlTextAttributeTests.cs: Added tests for default values.
  239. * XmlTypeAttributeTests.cs: Added tests for default values.
  240. 2005-06-17 Raja R Harinath <[email protected]>
  241. * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
  242. errors while printing timezone offset (off.TotalHours == 5.5 gets
  243. printed as 6). Fix sign of timezone.
  244. 2005-04-26 Lluis Sanchez Gual <[email protected]>
  245. * XmlSerializerTests.cs:
  246. * DeserializeTests.cs:
  247. * XmlSerializerTestClasses.cs: Added tests for readonly properties and
  248. elements with spaces on them.
  249. 2005-03-30 Lluis Sanchez Gual <[email protected]>
  250. * XmlSerializerTests.cs:
  251. * XmlReflectionImporterTests.cs:
  252. * DeserializeTests.cs:
  253. * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
  254. 2005-03-29 Lluis Sanchez Gual <[email protected]>
  255. * XmlSerializerTests.cs:
  256. * DeserializeTests.cs:
  257. * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
  258. 2005-02-28 Atsushi Enomoto <[email protected]>
  259. * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
  260. string comparison.
  261. 2005-02-10 Nick Drochak <[email protected]>
  262. * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
  263. 2005-02-07 Lluis Sanchez Gual <[email protected]>
  264. * DeserializeTests.cs: Added test case for bug #72265.
  265. 2005-01-30 Nick Drochak <[email protected]>
  266. * ComplexDataStructure.cs:
  267. * DeserializationTests.cs: Ignore failures on .NET
  268. 2004-09-02 Lluis Sanchez Gual <[email protected]>
  269. * XmlSerializerTestClasses.cs: Added some test classes.
  270. * DeserializeTests.cs: Added tests for bug #61464.
  271. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  272. * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
  273. Minor fixes in Infoset method.
  274. * ComplexDataStructure.cs: New set of tests for testing complex object
  275. serialization.
  276. 2004-03-13 David Sheldon <[email protected]>
  277. * XmlReflectionImporterTests.cs: Switched the AssertEquals around
  278. the other way, so that the expecteed value was the first parameter.
  279. This makes the error messages you get out of it better.
  280. 2004-03-12 Lluis Sanchez Gual <[email protected]>
  281. * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
  282. * XmlAttributesTests.cs, XmlReflectionImporterTests.cs,
  283. XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
  284. Simplified namespace hierarchy.
  285. * XmlSerializerTestClasses.cs: Added more test classes.
  286. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  287. * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
  288. * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares
  289. independent from the text format.
  290. 2003-05-20 Atsushi Enomoto <[email protected]>
  291. * added DeserializeTests.cs and XmlAttributesTest.cs
  292. 2003-05-18 Atsushi Enomoto <[email protected]>
  293. * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
  294. and replaced some Assert() with AssertEquals().
  295. Applied USE_VERSION_1_1 to TestConstructor().
  296. 2003-05-16 Dick Porter <[email protected]>
  297. * XmlSerializerTests.cs: Test what happens when nulls are passed
  298. to the constructor
  299. 2003-05-16 Atsushi Enomoto <[email protected]>
  300. * XmlSerializerTests.cs : fixed some argument orders and fixed
  301. timezone dependent part of TestSerializeDateTime().
  302. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  303. * Tests inherits from Assertion and Assertion. prefixes removed
  304. 2003-05-10 Atsushi Enomoto <[email protected]>
  305. * added XmlSerializationWriterTests.cs. (by Erik)
  306. 2003-04-25 Atsushi Enomoto <[email protected]>
  307. * added XmlReflectionImporterTests.cs. (by Erik)
  308. 2003-04-12 Atsushi Enomoto <[email protected]>
  309. * added this file as a new entry.
  310. See ../ChangeLog to find former ChangeLog entries.
  311. * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
  312. (by Erik Lebel)