Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKral Ferch <kral@mono-cvs.ximian.com>2002-09-18 08:48:32 +0400
committerKral Ferch <kral@mono-cvs.ximian.com>2002-09-18 08:48:32 +0400
commita98017c882cec3e6f4639f18038b79b410d9fd91 (patch)
tree0284a1be3d53c1900adf2487be13e9e2c8d15481 /mcs/class/System.XML/Test/ChangeLog
parent68f4f02905ba23ed5a3ce13a71360f3af1ec05d4 (diff)
xpath tests for string(), concat(), starts-with(), and contains().
svn path=/trunk/mcs/; revision=7572
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index daae47dd1a8..f14e188f8f6 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-17 Kral Ferch <kral_ferch@hotmail.com>
+
+ * XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),
+ starts-with(), and contains().
+
2002-09-12 Piers Haken <piersh@friskit.com>
* XPathNavigatorEvaluateTests.cs: enable string() tests.