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