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