eccbb5e9befbabe11e0948d8d06524fa3accbee6
[mono.git] / mcs / class / System.XML / Test / ChangeLog
1 2002-03-08  Jason Diamond <jason@injektilo.org>
2
3         * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.
4
5 2002-03-08  Jason Diamond <jason@injektilo.org>
6
7         * XmlAttributeTests.cs: Test XmlAttribute child nodes.
8
9 2002-03-08  Kral Ferch <kral_ferch@hotmail.com>
10
11         * XmlNodeListTests.cs: New file.
12
13         * AllTests.cs: Added XmlNodeListTests.
14
15 2002/03/08  Nick Drochak <ndrochak@gol.com>
16
17         * System_test.build: Don't build test dll by default.  Only build
18         it when 'make test' is specified.
19
20 2002-03-06  Kral Ferch <kral_ferch@hotmail.com>
21
22         * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
23         
24         * XmlDocumentTests.cs: Started work on some tests for invalid data in
25         various nodes created by the document.
26
27 2002-03-02  Kral Ferch <kral_ferch@hotmail.com>
28
29         * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
30         TestLoadCDATA(), and TestLoadComment().
31
32 2002-03-02  Jason Diamond <jason@injektilo.org>
33
34         * XmlElementTests.cs: New file.
35
36         * AllTests.cs: Added XmlElementTests.
37
38 2002-03-02  Jason Diamond <jason@injektilo.org>
39
40         * XmlTextReaderTests.cs: Test MoveToNextAttribute().
41
42         * XmlDocumentTests.cs: Test loading document containing attributes
43         and text nodes.
44
45 2002-03-02  Mike Kestner <mkestner@speakeasy.net>
46
47         * XmlAttributeTests.cs : New test suite for attrs.
48         * AllTests.cs : Add the attr suite.
49
50 2002-03-02  Jason Diamond <jason@injektilo.org>
51
52         * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager 
53         is using its name table.
54
55         * NameTableTests.cs: Make sure NameTable is really returning the
56         same references.
57
58 2002-02-28  Jason Diamond <jason@injektilo.org>
59
60         * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
61         Kral Ferch <kral.ferch@hotmail.com>.
62
63 2002-02-28  Jason Diamond <jason@injektilo.org>
64
65         * XmlTextReaderTests.cs: Test for XmlException when parse fail.
66
67 2002-02-27  Martin Baulig  <martin@gnome.org>
68
69         * System.XML_test.build: Build new executable RunTests.System.XML.exe
70         which you can use to run the tests on Linux.
71
72         * *.cs: Added zero-args constructors.
73
74 2002-02-26  Duncan Mak  <duncan@ximian.com>
75
76         * NameTableTests.cs: Test for System.Xml.NameTable.
77
78 2002-02-26  Jason Diamond <jason@injektilo.org>
79
80         * XmlTextReaderTests.cs: Test for namespace declarations as
81         attributes.
82
83         * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
84         when creating the XmlNamespaceManager. Properly test HasNamespace.
85
86 2002-02-25  Jason Diamond <jason@injektilo.org>
87
88         * XmlDocumentTests.cs: Added file.
89         
90 2002-02-23  Jason Diamond <jason@injektilo.org>
91
92         * XmlTextReaderTests.cs: Added tests for qualified attributes.
93         
94 2002-02-23  Jason Diamond <jason@injektilo.org>
95
96         * ChangeLog: Added change log to this directory.
97
98         * Test.cs: Renamed to XmlTextReaderTests.cs.
99
100         * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
101
102         * XmlNamespaceManagerTests.cs: Initial tests.