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