[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.XML / Test / System.Xml.Serialization / ChangeLog
1 2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XmlSerializerTests.cs : test for XmlRoot and XmlSchemaProvider
4           QName conflict case.
5
6 2010-01-26  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * XmlSerializerTests.cs : added test for bug #553032.
9
10 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * XmlSerializerTests.cs : added test for #566370.
13
14 2008-11-05  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * XmlReflectionImporterTests.cs : added test for #430759.
17
18 2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * XmlSerializerTestClasses.cs, XmlSerializerTests.cs:
21           added test for bug #419973.
22
23 2008-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * XmlSerializerTestClasses.cs, DeserializeTests.cs,
26           ComplexDataStructure.cs : added test for bug #378696.
27           Fixed couple of wrong tests that expects default values filled
28           during deserialization.
29
30 2008-04-11  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * XmlSerializerTestClasses.cs, XmlSerializerTests.cs : added test
33         for IXmlSerializable serialization whose GetSchema() borks.
34
35 2008-04-01  Lluis Sanchez Gual <lluis@novell.com> 
36
37         * XmlSerializerTestClasses.cs, XmlSerializerTests.cs: Test nullable
38           enums.
39
40 2008-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
41
42         * XmlCodeExporterTests.cs: Remove CWL.
43
44 2008-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
45
46         * XmlSerializationReaderTests.cs: Marked HandleOutAttributeParameters
47         test as NotDotNet on 1.0 profile.
48         * XmlCodeExporterTests.cs: Improved test for duplicate identifiers.
49         Fixed ExportTypeMapping_Root and ExportTypeMapping_Field tests to
50         pass on .NET 2.0.
51
52 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * XmlSchemasTests.cs : new test file (for bug #360541).
55
56 2007-11-02  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * XmlSerializerTests.cs : added test for bug #338705.
59
60 2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * XmlSchemaImporterTests.cs : test for importing simple-typed
63           top-level element.
64
65 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
66
67         * XmlSchemaExporterTests.cs : without Infoset(), those tests randomly
68           fail on .NET. This fix is incomplete. Someone please continue this
69           boring work. I don't want to do that.
70
71 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * XmlSerializerTests.cs : added test for bug #337729.
74
75 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * XmlCodeExporterTests.cs : enable the previous test again.
78
79 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * XmlCodeExporterTests.cs : disable the previous test; it's reverted.
82
83 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * XmlCodeExporterTests.cs : added test for (part of?) bug #336739,
86           base simple content enum type output.
87
88 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * XmlSerializerTests.cs : added test for DataType in [XmlElement].
91
92 2007-09-25  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * XmlSerializerTests.cs : another XmlSchemaProvider test; use it
95           as a member of an array.
96
97 2007-09-25  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * XmlSerializerTests.cs : added deserialization test for
100           XmlSchemaProviderAttribute use.
101         * XmlReflectionImporterTests.cs : added test for conclict resolution
102           between defaultNamespace and XmlSchemaProvider() namespace.
103         * XmlSchemaExporterTests.cs : use Infoset() comparison.
104
105 2007-09-25  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * XmlSerializerTests.cs, XmlReflectionImporterTests.cs :
108           added tests for XmlSchemaProviderAttribute and how its qname works.
109
110 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * XmlReflectionImporterTest.cs : test for bug #81880.
113
114 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
115
116         * XmlCodeExporterTests.cs : test for bug #82078.
117
118 2007-07-26  Atsushi Enomoto  <atsushi@ximian.com>
119
120         * XmlSerializerTests.cs : test for #81539.
121
122 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * XmlSerializationWriterTests.cs, XmlSerializerTests.cs :
125           fixed wrong dateTime formatting tests.
126
127 2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
128
129         * XmlSerializerTests.cs : another case on #80759 from gert.
130
131 2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * XmlSerializerTests.cs :
134           added missing test from 80759, and marked similar but different one
135           from the same bug as not working.
136
137 2007-04-20  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * XmlSerializerTests.cs :
140           Added test for serializing private-constructor-only class.
141
142 2007-02-20  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * XmlSerializationReaderTests.cs : test non-empty element as well.
145
146 2007-02-20  Atsushi Enomoto  <atsushi@ximian.com>
147
148         * XmlSerializationReaderTests.cs : added test for out attribute
149           parameters. It also tests empty root element.
150
151 2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
152
153         * XmlReflectionImporterTests.cs : added another test for nullable
154           container.
155
156 2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * XmlReflectionImporterTests.cs : added test for nullable int import.
159
160 2007-02-14  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * XmlSerializerTests.cs : added HasFieldSpecifiedButIrrelevant().
163
164 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
165
166         * XmlCodeExporter.cs: Avoid hardcoding version numbers. Enable tests
167         again on 2.0 profile.
168
169 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
170
171         * SoapReflectionImporterTests.cs : removed some NotWorking.
172
173 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * XmlSerializerTests.cs : added some XmlNode array/list tests.
176         * XmlSerializationWriterTests.cs : removed more NotWorking. Added
177           WriteTypedPrimitive() error test for XmlNode.
178
179 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
180
181         * XmlSerializationWriterTests.cs : removed some NotWorking.
182
183 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
184
185         * DeserializeTests.cs : a lot of tests were actually fixed yet.
186
187 2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
188
189         * XmlCodeExporterTests.cs : Gert's tests often condemn Microsoft
190           that they upgrade version numbers.
191
192 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
193
194         * XmlSchemaImporterTests.cs :
195           Added ImportMembersMapping_NullableField().
196
197 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
198
199         * XmlSchemaImporterTests.cs :
200           test that <xs:element nillable='true' ...> is mapped to Nullable<T>.
201
202 2007-01-15  Atsushi Enomoto  <atsushi@ximian.com>
203
204         * XmlSerializerTests.cs : Fixed NotDotNet generic test which itself
205           was wrong.
206
207 2007-01-15  Atsushi Enomoto  <atsushi@ximian.com>
208
209         * XmlSerializerTests.cs : most of generic tests are working now.
210         * XmlReflectionImporterTests.cs : test for rejecting generic type
211           definition.
212
213 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
214
215         * XmlSerializerTests.cs :
216           added base64 tests which is similar to hexBinary.
217
218 2006-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
219
220         * XmlSerializerTests.cs: Undo some of Hagit's code formatting changes.
221
222 2006-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
223
224         * XmlSerializerTests.cs: Only compile generic tests on 2.0 profile.
225         Fixes build.
226         * DeserializeTests.cs: Same.
227         * XmlSerializerTestClasses.cs: Same.
228
229 2006-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
230
231         * XmlSchemaExporterTests.cs: Added tests for (part of) bug #78214.
232
233 2006-12-03  Hagit Yidov  <hagity@xmainsoft.com>
234
235         * XmlSerializerTests.cs : added tests for serialization of generic types.
236         * DeserializeTests.cs : added tests for deserialization of generic types.
237         * XmlSerializerTestClasses.cs : added classes for tests which use generic types.
238
239 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
240
241         * XmlSerializerTests.cs : added tests for XmlArrayAttribute support.
242
243 2006-11-22  Atsushi Enomoto  <atsushi@ximian.com>
244
245         * XmlSerializerTests.cs : added test for hexBinary.
246
247 2006-11-22  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * XmlReflectionImporterTests.cs : added test for class that contains
250           nullable value type field whose XmlElementAttribute IsNullable.
251
252 2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
253
254         * XmlSerializerTests.cs : added test for nullable type.
255
256 2006-11-17  Atsushi Enomoto  <atsushi@ximian.com>
257
258         * XmlSerializerTests.cs : test for basic generic type support with
259           code generation.
260
261 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
262
263         * XmlSerializerImplementationTests.cs :
264           another custom implementation case.
265
266 2006-11-10  Atsushi Enomoto  <atsushi@ximian.com>
267
268         * XmlSchemaExporterTests.cs :
269           fixed almost all test cases which expected totally wrong schemas.
270           Schema elements are all nillable unless it is of value type.
271
272 2006-11-09  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * XmlSchemaImporterTests.cs :
275           added DefaultTypeTopLevelElementImportsAllComplexTypes().
276
277 2006-11-09  Atsushi Enomoto  <atsushi@ximian.com>
278
279         * XmlSchemaImporterTests.cs :
280           added ImportComplexDerivationByExtension().
281
282 2006-11-08  Atsushi Enomoto  <atsushi@ximian.com>
283
284         * XmlSchemaImporterTests.cs :
285           added AnyTypeTopLevelElementImportsAllComplexTypes().
286
287 2006-11-08  Atsushi Enomoto  <atsushi@ximian.com>
288
289         * XmlSchemaImporterTests.cs : added ImportTypeMapping() test for
290           nonexistent name.
291
292 2006-11-02  Atsushi Enomoto  <atsushi@ximian.com>
293
294         * CodeIdentifiersTests.cs : new test.
295
296 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
297
298         * XmlSerializerImplementationTests.cs : new testfixture.
299
300 2006-10-10  Gert Driesen  <drieseng@users.sourceforge.net>
301
302         * XmlSerializerTests.cs: Added a few tests. Fixed coding style.
303
304 2006-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
305
306         * DeserializeTest.cs: Added several tests.
307         * XmlSerializerTestClasses.cs: Added test classes for encoded SOAP.
308         * XmlSerializerTests.cs: Added new tests and fixed existing test.
309         * XmlReflectionImporterTests.cs: Added test for invalid default
310         values.
311         * SoapReflectionImporterTests.cs: Fixed numbering of tests.
312
313 2006-10-01  Gert Driesen  <drieseng@users.sourceforge.net>
314
315         * SoapReflectionImporterTests.cs: Added tests for bug #78206.
316
317 2006-05-30  Atsushi Enomoto  <atsushi@ximian.com>
318
319         * XmlSerializerTests.cs : added tailored version of bug #78536 test.
320
321 2006-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
322
323         * XmlCodeExporterTests.cs: Added tests for arrays. Fixed usage of
324         XmlRootAttribute in tests.
325
326 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
327
328         * SoapSchemaExporterTests.cs: Sync expected results with changes to
329         test classes.
330         * XmlCodeExporterTests.cs: Same.
331
332 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
333
334         * DeserializeTests.cs: Improved TestDeserialize_Enum test for 
335         bug #78204.
336
337 2006-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
338
339         * SoapAttributesTests.cs: Added tests for bug #78205.
340         * XmlSerializerTestClasses.cs: Added test classes and improved existing
341         classes for usage in upcoming bug reports.
342
343 2006-04-24  Gert Driesen  <drieseng@users.sourceforge.net>
344
345         * XmlSchemaExporterTests.cs: Enabled tests which failed due to bug
346         #78145.
347
348 2006-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
349
350         * XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.
351         * XmlSchemaImporterTests.cs: Fixed EnumSimpleContent test to pass
352         on MS.NET 2.0.
353
354 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
355
356         * XmlCodeExporterTests.cs: Added tests for XmlCodeExporter (currently
357         marked NotWorking).
358
359 2006-03-25  Gert Driesen  <drieseng@users.sourceforge.net>
360
361         * XmlSchemaImporterTests.cs: Enabled tests for bug #77907.
362
363 2006-03-25  Gert Driesen  <drieseng@users.sourceforge.net>
364
365         * XmlSchemaImporterTests.cs: Added NotWorking tests as preparation
366         for XmlReflectionImporter and SoapReflectionImporter fixes. Reordered
367         tests.
368
369 2006-03-22  Gert Driesen  <drieseng@users.sourceforge.net>
370
371         * XmlReflectionImporterTests.cs: Added ImportTypeMapping tests for 
372         void and null type argument. Improved WrongChoices test to make sure
373         the exception(s) we throw match those of MSFT. Added test for bug
374         #77591.
375
376 2006-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
377
378         * XmlSchemaExporterTests.cs: Enabled tests for bug #77111.
379
380 2006-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
381
382         * DeserializeTests.cs: Enabled tests for bug #77530.
383         * XmlSerializerTests.cs: Enabled tests for bug #77530. 
384
385 2006-03-07  Lluis Sanchez Gual  <lluis@novell.com>
386
387         * System.Xml.Serialization/XmlSerializerTestClasses.cs:
388         * System.Xml.Serialization/XmlSerializerTests.cs: Added tests
389           for XmlSchemaForm.
390
391 2006-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
392
393         * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
394         * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
395
396 2006-02-16  Lluis Sanchez Gual  <lluis@novell.com>
397
398         * XmlSchemaImporterTests.cs: Added test for bug #76848.
399
400 2006-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
401
402         * XmlRootAttributeTests.cs: Set eol-style to CRLF.
403         * SoapTypeAttributeTests.cs: Same.
404         * XmlIncludeAttributeTests.cs: Same.
405         * XmlTextAttributeTests.cs: Same.
406         * XmlSerializerTests.cs: Same.
407         * SoapIncludeAttributeTests.cs: Same.
408         * XmlSerializationWriterTests.cs: Same.
409         * XmlElementAttributeTests.cs: Same.
410         * ComplexDataStructure.cs: Same.
411         * DeserializerTests.cs: Same.
412         * SoapElementAttributeTests.cs: Same.
413         * XmlChoiceIdentifierAttributeTests.cs: Same.
414         * XmlArrayItemAttributeTests.cs: Same.
415         * XmlAnyElementAttributeTests.cs: Same.
416         * XmlAttributesTests.cs: Same.
417         * XmlAttributeAttributeTests.cs: Same.
418         * XmlEnumAttributeTests.cs: Same.
419         * SoapAttributeAttributeTests.cs: Same.
420         * SoapEnumAttributeTests.cs: Same.
421         * SoapSchemaMemberTests.cs: Same.
422         * XmlArrayAttributeTests.cs: Same.
423         * XmlSerializerTestClasses.cs: Same.
424         * XmlSchemaImporterTests.cs: Set eol-style to native.
425
426 2006-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
427
428         * XmlReflectionImporterTests.cs: Added test for IDictionary import.
429         Set eol style to CRLF.
430         * SoapReflectionImporterTests.cs: Added test for IDictionary import.
431
432 2006-02-11  Gert Driesen  <drieseng@users.sourceforge.net>
433
434         * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
435
436 2006-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
437
438         * DeserializeTests.cs: Added tests for deserialization of enums, and
439         primitive types container.
440         * XmlSerializerTests.cs: Numbered some tests.
441
442 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
443
444         * XmlSerializerTests.cs: Fixed build after failed merge.
445
446 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
447
448         * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
449         XML and encoded serialization of enums.
450
451 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
452
453         * XmlSerializationWriterTests.cs: Added Reset overload that takes
454         Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
455         bug #77512.
456
457 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
458         
459         * SoapReflectionImporterTests.cs: Marked test NotDotNet.
460
461 2006-02-09  Lluis Sanchez Gual  <lluis@novell.com>
462
463         * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
464         for bug #77447.
465
466 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
467
468         * XmlSerializerTests.cs: Added constants for usage in new tests.
469         Added methods for encoded serialization. Fixed line endings.
470
471 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
472
473         * XmlSerializerTestClasses.cs: Added test classes.
474
475 2006-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
476
477         * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
478         Assertion class. Added tests for FromEnum, WriteXsiType, 
479         WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
480         accessibility of Reset and Content on XmlSerializationWriterTester
481         and added public Execute methods for WritePotentiallyReferencingElement
482         and WriteTypedPrimitive, to allow this class to be useful for tests
483         that have effect on the prefix for other tests.
484         * XmlSerializationReaderTests.cs: Added tests for ToEnum.
485
486 2006-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
487
488         * XmlTypeAttributeTests.cs: Set eol-style to native.
489
490 2006-02-06  Gert Driesen  <drieseng@users.sourceforge.net>
491
492         * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
493         Renumbered tests. Fixed line endings.
494
495 2006-02-05  Gert Driesen  <drieseng@users.sourceforge.net>
496
497         * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
498         tests that were catching NUnit's AssertionException too.
499
500 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
501         
502         * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
503         due to bug #77117 to pass on Mono (until that bug is fixed) and 
504         mark these tests NotDotNet.
505
506 2006-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
507
508         * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
509         have landed in svn.
510         * SoapReflectionImporterTests.cs: Added numerous tests.
511         * XmlSchemaImporterTests.cs: Added numerous tests.
512         * XmlSchemaExporterTests.cs: Added numerous tests.
513         * SoapSchemaExporterTests.cs: Added numerous tests.
514         * XmlSerializerTestClasses.cs: Added test classes for 
515         XmlSchemaExporter. Fixed line endings (to CRLF).
516
517 2006-01-07  Gert Driesen  <drieseng@users.souceforge.net>
518
519         * XmlReflectionImporterTests.cs: Added numerous tests. No longer
520         derive from Assertion.
521
522 2005-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
523
524         * XmlSchemaExporterTests.cs: Added tests for exporting structs, and 
525         arrays. Added tests for bug #77117. Refactored some existing tests.
526
527 2005-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
528
529         * XmlSerializerTests.cs: Added serialization test for XmlSchema.
530         * XmlSchemaExporterTests.cs: Added tests for class, IXmlSerializable
531         and primitives.
532
533 2005-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
534
535         * XmlSerializerTests.cs: Number individual tests.
536
537 2005-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
538
539         * XmlAttributesTests.cs: No longer derive from Assertion, number
540         individual tests.
541
542 2005-12-05  Lluis Sanchez Gual  <lluis@novell.com> 
543
544         * XmlSerializerTestClasses.cs:
545         * DeserializeTests.cs: Added tests for bug #76808 and related behavior.
546
547 2005-12-01  Lluis Sanchez Gual  <lluis@novell.com> 
548
549         * XmlSerializerTestClasses.cs:
550         * XmlSerializerTests.cs: Added tests for bug #76860.
551
552 2005-11-24  Vladimir Krasnov  <vladimirk@mainsoft.com>
553
554         * XmlSerializerTestClasses.cs: added two enum types, without 
555         0-value
556         * XmlSerializerTests.cs: added tests for serialization enum's 
557         default value
558
559 2005-09-26  Lluis Sanchez Gual  <lluis@novell.com> 
560
561         * XmlSerializerTests.cs, DeserializeTests.cs, 
562         XmlSerializerTestClasses.cs: Added tests for serialization of
563         arrays of choice values.
564
565 2005-09-21  Lluis Sanchez Gual  <lluis@novell.com> 
566
567         * XmlSerializerTests.cs, Added test for bug #76049.
568
569 2005-09-21  Lluis Sanchez Gual  <lluis@novell.com>
570
571         * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
572         for bug #75986.
573
574 2005-08-24  Lluis Sanchez Gual  <lluis@novell.com>
575
576         * XmlSerializerTests.cs: Added test for bug #75855.
577         * DeserializeTests.cs: New test.
578         * XmlSerializerTestClasses.cs: New test classes.
579
580 2005-07-31  Gert Driesen  <drieseng@users.sourceforge.net>
581
582         * ComplexDataStructure.cs: Fixed test due to change in default value
583         of XmlArrayItemAttribute.IsNullable.
584         * SoapAttributeAttributeTests.cs: Added tests for default values.
585         * SoapElementAttributeTests.cs: Added tests for default values.
586         * SoapEnumAttributeTests.cs: Added tests for default values.
587         * SoapIncludeAttributeTests.cs: Added tests for default values.
588         * SoapSchemaMemberTests.cs: Added tests for default values.
589         * SoapTypeAttributeTests.cs: Added tests for default values.
590         * XmlAnyElementAttributeTests.cs: Added tests for default values.
591         * XmlArrayAttributeTests.cs: Added tests for default values.
592         * XmlArrayItemAttributeTests.cs: Added tests for default values.
593         * XmlAttributeAttributeTests.cs: Added tests for default values.
594         * XmlChoiceIdentifierAttributeTests.cs: Added tests for default 
595         values.
596         * XmlElementAttributeTests.cs: Added tests for default values.
597         * XmlEnumAttributeTests.cs: Added tests for default values.
598         * XmlIncludeAttributeTests.cs: Added tests for default values.
599         * XmlRootAttributeTests.cs: Added tests for default values.
600         * XmlTextAttributeTests.cs: Added tests for default values.
601         * XmlTypeAttributeTests.cs: Added tests for default values.
602
603 2005-06-17  Raja R Harinath  <rharinath@novell.com>
604
605         * XmlSerializerTests.cs (TestSerializeDateTime): Avoid rounding
606         errors while printing timezone offset (off.TotalHours == 5.5 gets
607         printed as 6).  Fix sign of timezone.
608
609 2005-04-26  Lluis Sanchez Gual  <lluis@novell.com>
610
611         * XmlSerializerTests.cs:
612         * DeserializeTests.cs:
613         * XmlSerializerTestClasses.cs: Added tests for readonly properties and
614         elements with spaces on them.
615
616 2005-03-30  Lluis Sanchez Gual  <lluis@novell.com>
617
618         * XmlSerializerTests.cs:
619         * XmlReflectionImporterTests.cs:
620         * DeserializeTests.cs:
621         * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
622
623 2005-03-29  Lluis Sanchez Gual  <lluis@novell.com>
624
625         * XmlSerializerTests.cs:
626         * DeserializeTests.cs: 
627         * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
628
629 2005-02-28  Atsushi Enomoto  <atsushi@ximian.com>
630
631         * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
632           string comparison.
633
634 2005-02-10  Nick Drochak  <ndrochak@ieee.org>
635
636         * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
637
638 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
639
640         * DeserializeTests.cs: Added test case for bug #72265.
641
642 2005-01-30  Nick Drochak  <ndrochak@ieee.org>
643
644         * ComplexDataStructure.cs:
645         * DeserializationTests.cs: Ignore failures on .NET
646
647 2004-09-02  Lluis Sanchez Gual <lluis@novell.com>
648
649         * XmlSerializerTestClasses.cs: Added some test classes.
650         * DeserializeTests.cs: Added tests for bug #61464.
651
652 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
653
654         * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
655           Minor fixes in Infoset method.
656         * ComplexDataStructure.cs: New set of tests for testing complex object
657           serialization.
658
659 2004-03-13  David Sheldon <dave-mono@earth.li>
660
661   * XmlReflectionImporterTests.cs: Switched the AssertEquals around 
662    the other way, so that the expecteed value was the first parameter. 
663    This makes the error messages you get out of it better.
664
665 2004-03-12  Lluis Sanchez Gual  <lluis@ximian.com>
666
667         * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
668         * XmlAttributesTests.cs, XmlReflectionImporterTests.cs, 
669           XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
670           Simplified namespace hierarchy.
671         * XmlSerializerTestClasses.cs: Added more test classes.
672
673 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
674
675         * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
676         * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares 
677           independent from the text format.
678
679 2003-05-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
680
681         * added DeserializeTests.cs and XmlAttributesTest.cs
682
683 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
684
685         * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
686           and replaced some Assert() with AssertEquals().
687           Applied USE_VERSION_1_1 to TestConstructor().
688
689 2003-05-16  Dick Porter  <dick@ximian.com>
690
691         * XmlSerializerTests.cs: Test what happens when nulls are passed
692         to the constructor
693
694 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
695
696         * XmlSerializerTests.cs : fixed some argument orders and fixed
697           timezone dependent part of TestSerializeDateTime().
698
699 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
700         * Tests inherits from Assertion and Assertion. prefixes removed
701
702 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
703
704         * added XmlSerializationWriterTests.cs. (by Erik)
705
706 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
707
708         * added XmlReflectionImporterTests.cs. (by Erik)
709
710 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
711
712         * added this file as a new entry.
713           See ../ChangeLog to find former ChangeLog entries.
714         * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
715           (by Erik Lebel)