2003-05-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
index 5a5a204ef3e161d6db7756ca5ff6f285d0c017ec..51f03edb7389dc3a8450680f5be110d972ad3b65 100644 (file)
@@ -1,3 +1,33 @@
+2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and 
+         WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
+         added more tests to AttributeWriteAttributeString().
+       * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
+
+2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
+       * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
+         and not well-formed xml of OuterXmlWithDefaultXmlns().
+       * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
+         WriteToWithDefaultNamespace().
+       * XmlNodeReaderTests.cs : fixed incorrect result expectation of 
+         ReadInnerXmlWrongInit().
+       * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
+       * XmlReaderCommonTests.cs, 
+         XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
+         InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
+         to resolve these entity references.
+       * XmlTextWriterTests.cs : removed English-dependent error message check.
+         fixed incorrect state-check ignorant blocks of WriteAttributes ().
+       * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
+         XmlDecl() as MS.NET results in.
+
+2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
+
+       * Tests inherits from Assertion and Assertion. prefixes removed
+
 2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * added XmlConvertTests.cs.