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