0812a35431750fccfcab2d62e433d30b179f8166
[mono.git] / mcs / class / System.XML / Test / ChangeLog
1 2002-03-02  Kral Ferch <kral_ferch@hotmail.com>
2
3         * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
4         TestLoadCDATA(), and TestLoadComment().
5
6 2002-03-02  Jason Diamond <jason@injektilo.org>
7
8         * XmlElementTests.cs: New file.
9
10         * AllTests.cs: Added XmlElementTests.
11
12 2002-03-02  Jason Diamond <jason@injektilo.org>
13
14         * XmlTextReaderTests.cs: Test MoveToNextAttribute().
15
16         * XmlDocumentTests.cs: Test loading document containing attributes
17         and text nodes.
18
19 2002-03-02  Mike Kestner <mkestner@speakeasy.net>
20
21         * XmlAttributeTests.cs : New test suite for attrs.
22         * AllTests.cs : Add the attr suite.
23
24 2002-03-02  Jason Diamond <jason@injektilo.org>
25
26         * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager 
27         is using its name table.
28
29         * NameTableTests.cs: Make sure NameTable is really returning the
30         same references.
31
32 2002-02-28  Jason Diamond <jason@injektilo.org>
33
34         * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
35         Kral Ferch <kral.ferch@hotmail.com>.
36
37 2002-02-28  Jason Diamond <jason@injektilo.org>
38
39         * XmlTextReaderTests.cs: Test for XmlException when parse fail.
40
41 2002-02-27  Martin Baulig  <martin@gnome.org>
42
43         * System.XML_test.build: Build new executable RunTests.System.XML.exe
44         which you can use to run the tests on Linux.
45
46         * *.cs: Added zero-args constructors.
47
48 2002-02-26  Duncan Mak  <duncan@ximian.com>
49
50         * NameTableTests.cs: Test for System.Xml.NameTable.
51
52 2002-02-26  Jason Diamond <jason@injektilo.org>
53
54         * XmlTextReaderTests.cs: Test for namespace declarations as
55         attributes.
56
57         * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
58         when creating the XmlNamespaceManager. Properly test HasNamespace.
59
60 2002-02-25  Jason Diamond <jason@injektilo.org>
61
62         * XmlDocumentTests.cs: Added file.
63         
64 2002-02-23  Jason Diamond <jason@injektilo.org>
65
66         * XmlTextReaderTests.cs: Added tests for qualified attributes.
67         
68 2002-02-23  Jason Diamond <jason@injektilo.org>
69
70         * ChangeLog: Added change log to this directory.
71
72         * Test.cs: Renamed to XmlTextReaderTests.cs.
73
74         * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
75
76         * XmlNamespaceManagerTests.cs: Initial tests.