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