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