2003-05-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
1 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2
3         * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and 
4           WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
5           added more tests to AttributeWriteAttributeString().
6         * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
7
8 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
9
10         * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
11         * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
12           and not well-formed xml of OuterXmlWithDefaultXmlns().
13         * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
14           WriteToWithDefaultNamespace().
15         * XmlNodeReaderTests.cs : fixed incorrect result expectation of 
16           ReadInnerXmlWrongInit().
17         * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
18         * XmlReaderCommonTests.cs, 
19           XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
20           InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
21           to resolve these entity references.
22         * XmlTextWriterTests.cs : removed English-dependent error message check.
23           fixed incorrect state-check ignorant blocks of WriteAttributes ().
24         * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
25           XmlDecl() as MS.NET results in.
26
27 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
28
29         * Tests inherits from Assertion and Assertion. prefixes removed
30
31 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
32
33         * added XmlConvertTests.cs.
34
35 2003-04-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
36
37         * XmlAttributeTests.cs : added WriteTo.
38         * XmlReaderCommonTests.cs,
39           XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
40           Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
41           and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
42           they requires IsEmptyElement = false, which is always true for
43           XmlNodeReader).
44
45 2003-04-27  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
46
47         * XmlReaderCommonTests.cs,
48           XmlTextReaderTests.cs : Moved many tests to CommonTests.
49
50 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
51
52         * XmlWriterTests.cs : added some WriteNode() related testcases.
53
54 2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
55
56         * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
57         * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
58           LoadDocumentWithIgnoreSection.
59
60 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
61
62         * added this file as a new entry.
63           See ../ChangeLog to find ChangeLog entries before than this day.