2005-02-15 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
index dc2ab8755cdb0028dd49600f5d5cc24b64edce86..091811071bcf70ca997b7bd38215feed6ccfcbec 100644 (file)
@@ -1,3 +1,81 @@
+2005-02-15  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlElementTests.cs : assertion numbering on 
+         RemoveDoesNotRemoveDefaultAttributes().
+
+2005-01-26  Nick Drochak  <ndrochak@ieee.org>
+
+       * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
+       test method and ignore it on .NET.
+
+2005-01-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlReaderSettingsTests.cs : added some .ctor() tests.
+
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added labels for tests.
+         Marked MoveToXmlDeclAttributes() as [Ignore] again because there is
+         no consistent reference implementation to follow.
+
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlValidatingReaderTests.cs,
+         XmlReaderCommonTests.cs,
+         XmlTextWriterTests.cs,
+         XmlUrlResolverTests.cs :
+         Marked as NotDotNet for those tests that fails under MS.NET.
+         Commented out some XmlTextWriter implementation-dependent assertions.
+         Fixed ResolveUriWithNullArgs () expected return type.
+
+2005-01-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL.
+
+2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs :
+         Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet.
+
+2004-01-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader
+         that is buggy on attribute value's Prefix and NamespaceURI.
+
+2005-01-10  Nick Drochak  <ndrochak@ieee.org>
+
+       * XmlWriterTests.cs: Fix build warnings.
+       * XmlReaderCommonTests.cs: Make tests pass on Fx1.1.  XmlNodeReader
+       has different default attributes it seems.
+
+2004-12-15  Raja R Harinath  <rharinath@novell.com>
+
+       * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
+       XsdValidate references to use ValidationType.
+
+2004-12-08  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlReaderSettingsTests.cs : updated some boolean flags to 
+         XmlSchemaValidationFlags.
+
+2004-11-22  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlTextReaderTests.cs : added AttributeNormalizationWrapped().
+
+2004-11-14  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlWriterTests.cs : Added test for WriteAttributes().
+
+2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlNodeReaderTests.cs : numbered some of asserts.
+
+2004-11-08  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlTextReaderTests.cs : added tests for 2.0 entity handling.
+       * XmlValidatingReaderTests.cs : modified tests for entity handling
+         that are changed in 2.0.
+
 2004-10-29  Atsushi Enomoto <atsushi@ximian.com>
 
        * XmlReaderCommonTests.cs : ReadAsObject() is removed.