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