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