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