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