2010-01-26 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
1 2010-01-26  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XmlSchemaValidatorTests.cs : added test for bug #502251, by
4           Jonas Larsson.
5
6 2010-01-26  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * XmlSchemaSetTests.cs : added test for bug #571650.
9
10 2009-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * XmlSchemaTests.cs: Fixed tests for bug #502115.
13
14 2009-07-09  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * XmlSchemaTests.cs : disabled wrong tests. I will revert them
17           unless it gets better shape.
18
19 2009-06-23  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * XmlSchemaAssertion.cs, XmlSchemaTests.cs : migrate from Assertion
22           to Assert (it still uses XmlSchemaAssertion as the base class,
23           but XmlSchemaAssertion is not based on Assertion anymore).
24
25 2009-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
26
27         * XmlSchemaTests.cs: added tests for bug #502115.
28
29 2009-05-07  Jonas Larsson <jonas.larsson@manodo.se> 
30
31         * XmlSchemaValidatorTests.cs : added test for bug #501666.
32
33 2009-04-22  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * XmlSchemaValidatorTests.cs : added test for bug #496192 and #496205.
36
37 2009-01-30  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * XmlSchemaValidatorTests.cs : added test for bug #469713.
40
41 2008-12-15  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * XmlSchemaSetTests.cs : added test for Compile() after "duplicating"
44           call to Add() for such schemas that also have xs:import of the
45           same schema that causes errors on processing substitutionGroup.
46
47 2008-10-28  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * XmlSchemaValidatorTests.cs : added test for bug #435206.
50
51 2008-10-28  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * XmlSchemaValidatorTests.cs : added test for bug #433774.
54
55 2008-09-09  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * XmlSchemaValidatorTests.cs : added test for bug #422581.
58
59 2008-06-06  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * XmlSchemaTests.cs : fix file path.
62
63 2008-06-06  James Fitzsimons <james.fitzsimons@gmail.com>
64
65         * XmlSchemaTests.cs: added test for bug #397612.
66         * XmlSchemaAssertion.cs : make sure to close schema XmlReader.
67
68 2008-06-06  James Fitzsimons <james.fitzsimons@gmail.com>
69
70         * XmlSchemaTests.cs: added test to support change to 
71           GetResolvedUri to return Uri in correct case
72           to make compatible with the Microsoft.NET framework.
73
74 2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * XmlSchemaTests.cs: added test for bug #361818.
77
78 2008-02-04  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * XmlSchemaValidatorTests.cs : new. Test for bug #358408.
81
82 2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * XmlSchemaTest.cs : added bug #78985 case.
85
86 2006-07-27  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * XmlSchemaSetTest.cs : added bug #77489 case.
89         * XmlSchemaCollectionTests.cs : removed NotWorking from #77820 case.
90
91 2006-07-27  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * XmlSchemaSetTests.cs : added AddWrongTargetNamespace().
94
95 2006-07-25  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * XmlSchemaTests.cs : added TestSimpleMutualImport().
98
99 2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>
100
101         * XmlSchemaCollectionTests.cs: added test for bug #78220.
102
103 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * XmlSchemaTests.cs : added test for bug #77687.
106
107 2006-03-01  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * XmlSchemaTests.cs : added test for bug #77685.
110
111 2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>
112
113         * XmlSchemaAssertion.cs: Set eol-style to native.
114         * XmlSchemaBuiltInDatatypeTests.cs: Set eol-style to CRLF.
115         * XmlSchemaCollectionTests.cs: Set eol-style to native. Fixed line 
116         endings.
117         * XmlSchemaDatatypeTests.cs: Set eol-style to native.
118         * XmlSchemaExceptionCas.cs: Set eol-style to native.
119         * XmlSchemaLengthFacetTests.cs: Set eol-style to CRLF.
120         * XmlSchemaSetTests.cs: Set eol-style to native.
121         * XmlSchemaTests.cs: Set eol-style to native.
122         * XmlSchemaTypeTests.cs: Set eol-style to native.>
123
124 2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>
125
126         * XmlSchemaTests.cs: Added test for writing XmlSchema with
127         zero-length TargetNamespace. Added test for compiling XmlSchema
128         with zero-length TargetNamespace. Replaced Console.WriteLine with 
129         AssertEquals.
130
131 2006-02-06  Atsushi Enomoto <atsushi@ximian.com>
132
133         * XmlSchemaDatatypeTests.cs: (TestAnyType) NotDotNet -> Ignore.
134
135 2006-02-06  Gert Driesen <drieseng@users.sourceforge.net>
136
137         * XmlSchemaDatatypeTests.cs: Marked TestAnyType NotDotNet on 2.0
138         profile instead of marking it NotWorking. No longer derive from 
139         Assertion.
140
141 2006-02-01  Atsushi Enomoto <atsushi@ximian.com>
142
143         * XmlSchemaDatatypeTests.cs : added two more anyURI tests.
144
145 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
146
147         * XmlSchemaTypeTests.cs : new file. Test for TypeCode.
148         * XmlSchemaSetTests.cs : added more tests for Add() and marked one as
149           NotWorking (we need info on how consistent this method is).
150
151 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
152
153         * XmlSchemaDatatypeTests.cs : oops sys.col.generic is NET_2_0.
154
155 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
156
157         * XmlSchemaDatatypeTests.cs : added test for 2.0 IsDerivedFrom().
158
159 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
160
161         * XmlSchemaSetTests.cs : added AddRollbackIsCompiled(); Add() changes
162           IsCompiled to false.
163
164 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
165
166         * XmlSchemaSetTests.cs : reverted the patch, thus restore [Ignore].
167
168 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
169
170         * XmlSchemaSetTests.cs : re-enabled test for Add() which was
171           inconsistent in beta versions.
172
173 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
174
175         * XmlSchemaSetTests.cs : added set_CompilationSettings tests.
176
177 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
178
179         * XmlSchemaSetTests.cs : added CompilationSettings tests.
180
181 2005-12-01  Atsushi Enomoto <atsushi@ximian.com>
182
183         * XmlSchemaTests.cs :
184           Additional schema component to finish #76865 test.
185
186 2005-12-01  Atsushi Enomoto <atsushi@ximian.com>
187
188         * XmlSchemaTests.cs : added testcase for #76865.
189
190 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
191
192         * XmlSchemaTests.cs : some namespace output strategy seems changed
193           in .NET 2.0 and they still make sense, so just mark them as
194           NotDotNet and NotWorking under 2.0.
195
196 2005-09-30  Atsushi Enomoto <atsushi@ximian.com>
197
198         * XmlSchemaTests.cs : test for reader position after Read().
199
200 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
201
202         * XmlSchemaExceptionCas.cs: New. CAS unit tests for exception 
203         serialization.
204
205 2005-06-11  Atsushi Enomoto <atsushi@ximian.com>
206
207         * XmlSchemaCollectionTests.cs : added test for #75126.
208
209 2005-02-28  Atsushi Enomoto <atsushi@ximian.com>
210
211         * XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.
212
213 2005-01-30  Nick Drochak <ndrochak@ieee.org>
214
215         * XmlSchemaTests.cs: Use less strict test. Probably the order of the 
216         namespaces is not required to be in any particular order.
217
218 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
219
220         * XmlSchemaTests.cs : added TestWriteNamespaces2 ().
221
222 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
223
224         * XmlSchemaSetTests.cs : added.
225
226 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
227
228         * XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
229           is 'T' that was wanted). More kind error message in Fail().
230
231 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
232
233         * XmlSchemaTests.cs : Added TestWriteNamespaces().
234
235 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
236
237         * Added XmlSchemaAssertion.cs.
238         * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
239
240 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
241
242         * XmlSchemaTests.cs : fixed file path. Added more tests.
243         * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
244           latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
245
246 2003-12-17  David Sheldon <dave-mono@earth.li>
247
248   * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
249     bug 52274.    
250
251 2003-12-14  David Sheldon <dave-mono@earth.li>
252
253   * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
254     as length facets, and changed the assert for the correct type.
255
256 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
257
258         * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
259
260 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
261
262         * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
263
264 2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
265
266         * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
267           added related tests in TestCompile().
268
269 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
270
271         * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
272
273 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
274
275         * added this file as a new entry.
276           See ../ChangeLog to find former ChangeLog entries.