merge from trunk revisions 58933, 58935, 58936
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
1 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XmlSchemaTests.cs : some namespace output strategy seems changed
4           in .NET 2.0 and they still make sense, so just mark them as
5           NotDotNet and NotWorking under 2.0.
6
7 2005-09-30  Atsushi Enomoto <atsushi@ximian.com>
8
9         * XmlSchemaTests.cs : test for reader position after Read().
10
11 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * XmlSchemaExceptionCas.cs: New. CAS unit tests for exception 
14         serialization.
15
16 2005-06-11  Atsushi Enomoto <atsushi@ximian.com>
17
18         * XmlSchemaCollectionTests.cs : added test for #75126.
19
20 2005-02-28  Atsushi Enomoto <atsushi@ximian.com>
21
22         * XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.
23
24 2005-01-30  Nick Drochak <ndrochak@ieee.org>
25
26         * XmlSchemaTests.cs: Use less strict test. Probably the order of the 
27         namespaces is not required to be in any particular order.
28
29 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
30
31         * XmlSchemaTests.cs : added TestWriteNamespaces2 ().
32
33 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
34
35         * XmlSchemaSetTests.cs : added.
36
37 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
38
39         * XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
40           is 'T' that was wanted). More kind error message in Fail().
41
42 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
43
44         * XmlSchemaTests.cs : Added TestWriteNamespaces().
45
46 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
47
48         * Added XmlSchemaAssertion.cs.
49         * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
50
51 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
52
53         * XmlSchemaTests.cs : fixed file path. Added more tests.
54         * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
55           latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
56
57 2003-12-17  David Sheldon <dave-mono@earth.li>
58
59   * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
60     bug 52274.    
61
62 2003-12-14  David Sheldon <dave-mono@earth.li>
63
64   * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
65     as length facets, and changed the assert for the correct type.
66
67 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
68
69         * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
70
71 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
72
73         * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
74
75 2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
76
77         * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
78           added related tests in TestCompile().
79
80 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
81
82         * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
83
84 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
85
86         * added this file as a new entry.
87           See ../ChangeLog to find former ChangeLog entries.