* XmlSchemaAssertion.cs: Set eol-style to native.
[mono-project.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
blobbd8051de3009ce7c5acb834ba5d1a18138ff2583
1 2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>
3         * XmlSchemaAssertion.cs: Set eol-style to native.
4         * XmlSchemaBuiltInDatatypeTests.cs: Set eol-style to CRLF.
5         * XmlSchemaCollectionTests.cs: Set eol-style to native. Fixed line 
6         endings.
7         * XmlSchemaDatatypeTests.cs: Set eol-style to native.
8         * XmlSchemaExceptionCas.cs: Set eol-style to native.
9         * XmlSchemaLengthFacetTests.cs: Set eol-style to CRLF.
10         * XmlSchemaSetTests.cs: Set eol-style to native.
11         * XmlSchemaTests.cs: Set eol-style to native.
12         * XmlSchemaTypeTests.cs: Set eol-style to native.>
14 2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>
16         * XmlSchemaTests.cs: Added test for writing XmlSchema with
17         zero-length TargetNamespace. Added test for compiling XmlSchema
18         with zero-length TargetNamespace. Replaced Console.WriteLine with 
19         AssertEquals.
21 2006-02-06  Atsushi Enomoto <atsushi@ximian.com>
23         * XmlSchemaDatatypeTests.cs: (TestAnyType) NotDotNet -> Ignore.
25 2006-02-06  Gert Driesen <drieseng@users.sourceforge.net>
27         * XmlSchemaDatatypeTests.cs: Marked TestAnyType NotDotNet on 2.0
28         profile instead of marking it NotWorking. No longer derive from 
29         Assertion.
31 2006-02-01  Atsushi Enomoto <atsushi@ximian.com>
33         * XmlSchemaDatatypeTests.cs : added two more anyURI tests.
35 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
37         * XmlSchemaTypeTests.cs : new file. Test for TypeCode.
38         * XmlSchemaSetTests.cs : added more tests for Add() and marked one as
39           NotWorking (we need info on how consistent this method is).
41 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
43         * XmlSchemaDatatypeTests.cs : oops sys.col.generic is NET_2_0.
45 2006-01-10  Atsushi Enomoto <atsushi@ximian.com>
47         * XmlSchemaDatatypeTests.cs : added test for 2.0 IsDerivedFrom().
49 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
51         * XmlSchemaSetTests.cs : added AddRollbackIsCompiled(); Add() changes
52           IsCompiled to false.
54 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
56         * XmlSchemaSetTests.cs : reverted the patch, thus restore [Ignore].
58 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
60         * XmlSchemaSetTests.cs : re-enabled test for Add() which was
61           inconsistent in beta versions.
63 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
65         * XmlSchemaSetTests.cs : added set_CompilationSettings tests.
67 2005-12-08  Atsushi Enomoto <atsushi@ximian.com>
69         * XmlSchemaSetTests.cs : added CompilationSettings tests.
71 2005-12-01  Atsushi Enomoto <atsushi@ximian.com>
73         * XmlSchemaTests.cs :
74           Additional schema component to finish #76865 test.
76 2005-12-01  Atsushi Enomoto <atsushi@ximian.com>
78         * XmlSchemaTests.cs : added testcase for #76865.
80 2005-10-23  Atsushi Enomoto <atsushi@ximian.com>
82         * XmlSchemaTests.cs : some namespace output strategy seems changed
83           in .NET 2.0 and they still make sense, so just mark them as
84           NotDotNet and NotWorking under 2.0.
86 2005-09-30  Atsushi Enomoto <atsushi@ximian.com>
88         * XmlSchemaTests.cs : test for reader position after Read().
90 2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>
92         * XmlSchemaExceptionCas.cs: New. CAS unit tests for exception 
93         serialization.
95 2005-06-11  Atsushi Enomoto <atsushi@ximian.com>
97         * XmlSchemaCollectionTests.cs : added test for #75126.
99 2005-02-28  Atsushi Enomoto <atsushi@ximian.com>
101         * XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.
103 2005-01-30  Nick Drochak <ndrochak@ieee.org>
105         * XmlSchemaTests.cs: Use less strict test. Probably the order of the 
106         namespaces is not required to be in any particular order.
108 2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
110         * XmlSchemaTests.cs : added TestWriteNamespaces2 ().
112 2004-09-13  Atsushi Enomoto <atsushi@ximian.com>
114         * XmlSchemaSetTests.cs : added.
116 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
118         * XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
119           is 'T' that was wanted). More kind error message in Fail().
121 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
123         * XmlSchemaTests.cs : Added TestWriteNamespaces().
125 2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
127         * Added XmlSchemaAssertion.cs.
128         * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
130 2004-01-03  Atsushi Enomoto <atsushi@ximian.com>
132         * XmlSchemaTests.cs : fixed file path. Added more tests.
133         * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
134           latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
136 2003-12-17  David Sheldon <dave-mono@earth.li>
138   * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
139     bug 52274.    
141 2003-12-14  David Sheldon <dave-mono@earth.li>
143   * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
144     as length facets, and changed the assert for the correct type.
146 2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
148         * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
150 2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
152         * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
154 2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
156         * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
157           added related tests in TestCompile().
159 2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
161         * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
163 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
165         * added this file as a new entry.
166           See ../ChangeLog to find former ChangeLog entries.