updating to the latest module.
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
1 2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XmlSchemaTest.cs : added bug #78985 case.
4
5 2006-07-27  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XmlSchemaSetTest.cs : added bug #77489 case.
8         * XmlSchemaCollectionTests.cs : removed NotWorking from #77820 case.
9
10 2006-07-27  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * XmlSchemaSetTests.cs : added AddWrongTargetNamespace().
13
14 2006-07-25  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * XmlSchemaTests.cs : added TestSimpleMutualImport().
17
18 2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>
19
20         * XmlSchemaCollectionTests.cs: added test for bug #78220.
21
22 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * XmlSchemaTests.cs : added test for bug #77687.
25
26 2006-03-01  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * XmlSchemaTests.cs : added test for bug #77685.
29
30 2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>
31
32         * XmlSchemaAssertion.cs: Set eol-style to native.
33         * XmlSchemaBuiltInDatatypeTests.cs: Set eol-style to CRLF.
34         * XmlSchemaCollectionTests.cs: Set eol-style to native. Fixed line 
35         endings.
36         * XmlSchemaDatatypeTests.cs: Set eol-style to native.
37         * XmlSchemaExceptionCas.cs: Set eol-style to native.
38         * XmlSchemaLengthFacetTests.cs: Set eol-style to CRLF.
39         * XmlSchemaSetTests.cs: Set eol-style to native.
40         * XmlSchemaTests.cs: Set eol-style to native.
41         * XmlSchemaTypeTests.cs: Set eol-style to native.>
42
43 2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>
44
45         * XmlSchemaTests.cs: Added test for writing XmlSchema with
46         zero-length TargetNamespace. Added test for compiling XmlSchema
47         with zero-length TargetNamespace. Replaced Console.WriteLine with 
48         AssertEquals.
49
50 2006-02-06  Atsushi Enomoto <atsushi@ximian.com>
51
52         * XmlSchemaDatatypeTests.cs: (TestAnyType) NotDotNet -> Ignore.
53
54 2006-02-06  Gert Driesen <drieseng@users.sourceforge.net>
55
56         * XmlSchemaDatatypeTests.cs: Marked TestAnyType NotDotNet on 2.0
57         profile instead of marking it NotWorking. No longer derive from 
58         Assertion.
59
60 2006-02-01  Atsushi Enomoto <atsushi@ximian.com>
61
62         * XmlSchemaDatatypeTests.cs : added two more anyURI tests.
63
64 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
65
66         * XmlSchemaTypeTests.cs : new file. Test for TypeCode.
67         * XmlSchemaSetTests.cs : added more tests for Add() and marked one as
68           NotWorking (we need info on how consistent this method is).
69
70 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
71
72         * XmlSchemaDatatypeTests.cs : oops sys.col.generic is NET_2_0.
73
74 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
75
76         * XmlSchemaDatatypeTests.cs : added test for 2.0 IsDerivedFrom().
77
78 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
79
80         * XmlSchemaSetTests.cs : added AddRollbackIsCompiled(); Add() changes
81           IsCompiled to false.
82
83 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
84
85         * XmlSchemaSetTests.cs : reverted the patch, thus restore [Ignore].
86
87 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
88
89         * XmlSchemaSetTests.cs : re-enabled test for Add() which was
90           inconsistent in beta versions.
91
92 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
93
94         * XmlSchemaSetTests.cs : added set_CompilationSettings tests.
95
96 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
97
98         * XmlSchemaSetTests.cs : added CompilationSettings tests.
99
100 2005-12-01  Atsushi Enomoto <atsushi@ximian.com>
101
102         * XmlSchemaTests.cs :
103           Additional schema component to finish #76865 test.
104
105 2005-12-01  Atsushi Enomoto <atsushi@ximian.com>
106
107         * XmlSchemaTests.cs : added testcase for #76865.
108
109 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
110
111         * XmlSchemaTests.cs : some namespace output strategy seems changed
112           in .NET 2.0 and they still make sense, so just mark them as
113           NotDotNet and NotWorking under 2.0.
114
115 2005-09-30  Atsushi Enomoto <atsushi@ximian.com>
116
117         * XmlSchemaTests.cs : test for reader position after Read().
118
119 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
120
121         * XmlSchemaExceptionCas.cs: New. CAS unit tests for exception 
122         serialization.
123
124 2005-06-11  Atsushi Enomoto <atsushi@ximian.com>
125
126         * XmlSchemaCollectionTests.cs : added test for #75126.
127
128 2005-02-28  Atsushi Enomoto <atsushi@ximian.com>
129
130         * XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.
131
132 2005-01-30  Nick Drochak <ndrochak@ieee.org>
133
134         * XmlSchemaTests.cs: Use less strict test. Probably the order of the 
135         namespaces is not required to be in any particular order.
136
137 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
138
139         * XmlSchemaTests.cs : added TestWriteNamespaces2 ().
140
141 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
142
143         * XmlSchemaSetTests.cs : added.
144
145 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
146
147         * XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
148           is 'T' that was wanted). More kind error message in Fail().
149
150 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
151
152         * XmlSchemaTests.cs : Added TestWriteNamespaces().
153
154 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
155
156         * Added XmlSchemaAssertion.cs.
157         * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
158
159 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
160
161         * XmlSchemaTests.cs : fixed file path. Added more tests.
162         * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
163           latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
164
165 2003-12-17  David Sheldon <dave-mono@earth.li>
166
167   * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
168     bug 52274.    
169
170 2003-12-14  David Sheldon <dave-mono@earth.li>
171
172   * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
173     as length facets, and changed the assert for the correct type.
174
175 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
176
177         * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
178
179 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
180
181         * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
182
183 2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
184
185         * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
186           added related tests in TestCompile().
187
188 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
189
190         * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
191
192 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
193
194         * added this file as a new entry.
195           See ../ChangeLog to find former ChangeLog entries.