XmlTextWriterTests.cs: Fixed tests where not run when an expected exception had been...
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
1 2003-07-01  Martin Willemoes Hansen <mwh@sysrq.dk>
2
3         * XmlTextWriterTests.cs: Made use of ExpectedException
4
5 2003-07-01  Martin Willemoes Hansen <mwh@sysrq.dk>
6
7         * Made tests which expect an exception use the
8           ExpectedException Attribute.
9
10 2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
11
12         * added XmlUrlResolverTests.cs.
13
14 2003-06-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
15
16         * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
17         * XmlTextReaderTests.cs : added ExternalDocument() which will result
18           in BaseURI test and DTD parameter entity test.
19
20 2003-06-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
21
22         * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
23           EmptyElementWithAttributes() and was added namespaced attribute tests.
24         * XmlTextWriterTests.cs : added WriteWhitespace().
25
26 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
27
28         * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
29         CreateAttribute.
30
31 2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
32
33         * XmlConvertTests.cs : added VerifyNCName().
34
35 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
36
37         * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and 
38           WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
39           added more tests to AttributeWriteAttributeString().
40         * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
41
42 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
43
44         * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
45         * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
46           and not well-formed xml of OuterXmlWithDefaultXmlns().
47         * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
48           WriteToWithDefaultNamespace().
49         * XmlNodeReaderTests.cs : fixed incorrect result expectation of 
50           ReadInnerXmlWrongInit().
51         * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
52         * XmlReaderCommonTests.cs, 
53           XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
54           InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
55           to resolve these entity references.
56         * XmlTextWriterTests.cs : removed English-dependent error message check.
57           fixed incorrect state-check ignorant blocks of WriteAttributes ().
58         * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
59           XmlDecl() as MS.NET results in.
60
61 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
62
63         * Tests inherits from Assertion and Assertion. prefixes removed
64
65 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
66
67         * added XmlConvertTests.cs.
68
69 2003-04-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
70
71         * XmlAttributeTests.cs : added WriteTo.
72         * XmlReaderCommonTests.cs,
73           XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
74           Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
75           and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
76           they requires IsEmptyElement = false, which is always true for
77           XmlNodeReader).
78
79 2003-04-27  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
80
81         * XmlReaderCommonTests.cs,
82           XmlTextReaderTests.cs : Moved many tests to CommonTests.
83
84 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
85
86         * XmlWriterTests.cs : added some WriteNode() related testcases.
87
88 2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
89
90         * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
91         * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
92           LoadDocumentWithIgnoreSection.
93
94 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
95
96         * added this file as a new entry.
97           See ../ChangeLog to find ChangeLog entries before than this day.