2009-05-15 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.XPath / ChangeLog
index d250e1e2e09c68b028cffebbfdfbedd5e97e4cdb..89f9ee4f52088e188edafd5852972acade6e925f 100644 (file)
@@ -1,3 +1,88 @@
+2009-05-15  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorCommonTests.cs : test that LookupNamespace() in
+         XmlReader from ReadSubtree() works correctly on text nodes.
+
+2009-03-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * SelectNodesTests.cs : added 2nd test for bug #443490.
+
+2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * SelectNodesTests.cs : added test for bug #443490.
+
+2009-01-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * SelectNodesTests.cs : added test for bug #458245.
+
+2008-12-09  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test fo bug #456103.
+
+2008-10-02  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorEvaluateTests.cs : corrected couple of misconception
+         in the tests.
+
+2008-04-02  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathEditableNavigatorTests.cs : added test for bug #376210.
+
+2008-04-02  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for bug #376191.
+
+2008-03-17  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for bug #324606.
+
+2008-02-27  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for bug #365112.
+
+2007-11-29  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added ValueAs() test.
+
+2007-01-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorCommonTests.cs : added test for incorrect namespace
+         node links.
+
+2007-01-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for text() and whitespace/
+         significantwhitespace node.
+
+2006-12-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorReaderTests.cs : added test for MoveToAttribute(int).
+
+2006-12-05  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for XPath navigator editor's
+         LookupPrefix().
+
+2006-11-10  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for bug #79875, and some
+         "escaped" text tests for InnerXml.
+       * XPathNavigatorReaderTests.cs : make sure that most of XPath nodes
+         are rejected to read subtree.
+
+2006-11-10  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added test for bug #79874.
+
+2006-10-27  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathNavigatorTests.cs : added (kind of) test for bug #46751.
+
+2006-10-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XPathEditableNavigatorTests.cs : added test for CanEdit, based on
+         the patch by Konstantin Triger.
+
 2006-09-11  Atsushi Enomoto <atsushi@ximian.com>
 
        * XPathEditableNavigatorTests.cs : added test fro AppendChild() from