Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Xml.Schema « Test « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0924fe928d0335029a6c655de7c8b54a61db7bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2006-01-06  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaSetTests.cs : reverted the patch, thus restore [Ignore].

2006-01-06  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaSetTests.cs : re-enabled test for Add() which was
	  inconsistent in beta versions.

2005-12-08  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaSetTests.cs : added set_CompilationSettings tests.

2005-12-08  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaSetTests.cs : added CompilationSettings tests.

2005-12-01  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs :
	  Additional schema component to finish #76865 test.

2005-12-01  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : added testcase for #76865.

2005-10-23  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : some namespace output strategy seems changed
	  in .NET 2.0 and they still make sense, so just mark them as
	  NotDotNet and NotWorking under 2.0.

2005-09-30  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : test for reader position after Read().

2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>

	* XmlSchemaExceptionCas.cs: New. CAS unit tests for exception 
	serialization.

2005-06-11  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaCollectionTests.cs : added test for #75126.

2005-02-28  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.

2005-01-30  Nick Drochak <ndrochak@ieee.org>

	* XmlSchemaTests.cs: Use less strict test. Probably the order of the 
	namespaces is not required to be in any particular order.

2004-01-11  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : added TestWriteNamespaces2 ().

2004-09-13  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaSetTests.cs : added.

2004-05-24  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
	  is 'T' that was wanted). More kind error message in Fail().

2004-05-05  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : Added TestWriteNamespaces().

2004-03-31  Atsushi Enomoto <atsushi@ximian.com>

	* Added XmlSchemaAssertion.cs.
	* XmlSchemaTests.cs : now uses XmlSchemaAssertion.

2004-01-03  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : fixed file path. Added more tests.
	* added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
	  latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)

2003-12-17  David Sheldon <dave-mono@earth.li>

  * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
    bug 52274.    

2003-12-14  David Sheldon <dave-mono@earth.li>

  * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
    as length facets, and changed the assert for the correct type.

2003-12-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)

2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlSchemaTests.cs : added sequence and particle tests to TestCompile()

2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
	  added related tests in TestCompile().

2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().

2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added this file as a new entry.
	  See ../ChangeLog to find former ChangeLog entries.