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