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