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