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