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