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