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