2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
1 2005-01-30  Nick Drochak <ndrochak@ieee.org>
2
3         * XmlSchemaTests.cs: Use less strict test. Probably the order of the 
4         namespaces is not required to be in any particular order.
5
6 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
7
8         * XmlSchemaTests.cs : added TestWriteNamespaces2 ().
9
10 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
11
12         * XmlSchemaSetTests.cs : added.
13
14 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
15
16         * XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
17           is 'T' that was wanted). More kind error message in Fail().
18
19 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
20
21         * XmlSchemaTests.cs : Added TestWriteNamespaces().
22
23 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
24
25         * Added XmlSchemaAssertion.cs.
26         * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
27
28 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
29
30         * XmlSchemaTests.cs : fixed file path. Added more tests.
31         * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
32           latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
33
34 2003-12-17  David Sheldon <dave-mono@earth.li>
35
36   * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
37     bug 52274.    
38
39 2003-12-14  David Sheldon <dave-mono@earth.li>
40
41   * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
42     as length facets, and changed the assert for the correct type.
43
44 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
45
46         * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
47
48 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
49
50         * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
51
52 2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
53
54         * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
55           added related tests in TestCompile().
56
57 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
58
59         * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
60
61 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
62
63         * added this file as a new entry.
64           See ../ChangeLog to find former ChangeLog entries.