2008-02-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xml.Linq / Test / System.Xml.Linq / ChangeLog
1 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XObjectTest.cs : new. Test IXmlLineInfo.
4
5 2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XNodeNavigatorTest.cs : new test (but it does not build yet).
8
9 2008-02-10  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * ExtensionsTest.cs : disabled Remove() which does not compile now.
12         * XNodeWriterTest.cs : added test for Write[Full]EndElement() and
13           XElement.IsEmpty.
14
15 2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * XNodeReaderTest.cs : test for bug #356522, the third case.
18
19 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * XNodeReaderTest.cs : test get_NodeType() for Initial state.
22
23 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * XNodeReaderTest.cs : test CreateReader() for non-document XNode.
26
27 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * XNodeReaderTest.cs : test for bug #356522 revised case.
30
31 2008-01-28  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * XNodeReaderTest.cs : test for bug #356522.
34
35 2008-01-26  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * XNodeReaderTest.cs : test for bug #335975.
38
39 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
40
41         * XTextTest.cs : added test for ToString().
42
43 2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * XElementTest.cs, XNamespaceTest.cs, XNodeWriterTest.cs:
46           XNamespace.Blank does not exist anymore.
47
48 2007-05-06  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * XNodeReaderTest.cs : removed debug console output.
51         * XNodeWriterTest.cs : new test for XContainer.CreateWriter().
52
53 2007-05-06  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * XProcessingInstructionTest.cs
56           XNodeReaderTest.cs : new tests.
57
58 2007-05-06  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * XElementTest.cs :
61           test for ReplaceAttributes(), GetDefaultNamespace(), 
62           GetPrefixOfNamespace() and GetNamespaceOfPrefix().
63
64 2007-05-05  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * XNodeDocumentOrderComparerTest.cs : new test.
67
68 2007-05-05  Atsushi Enomoto  <atsushi@ximian.com>
69
70         * XTextTest.cs : test for NodeType (and whitespace),
71         * XNodeEqualityComparerTest.cs : test for GetHashCode(null) and
72           Compare().
73
74 2007-05-05  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * XElementTest.cs : Tests for ReplaceAll() and AddBeforeSelf() for
77           sequential strings.
78
79 2007-05-04  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * XElementTest.cs : added tests for Add[Before|After]Self().
82         * XAttributeTest.cs :
83           added tests for SetValue(), ToString() and ctor.
84         * ExtensionsTest.cs : new file, tests for extension methods.
85
86 2007-05-04  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * XAttributeTest.cs : new test, for XAttribute.
89         * XElementTest.cs : attribute related tests.
90
91 2007-05-03  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * XElementTest.cs : new test.
94         * XNamespaceTest.cs
95           XDocumentTest.cs : some tests for simple tree structure.
96
97 2007-05-03  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * XDocumentTest.cs
100           XNameTest.cs
101           XNamespaceTest.cs : initial commit.