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