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