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-12 09:16:17 +0400
committerKral Ferch <kral@mono-cvs.ximian.com>2002-09-12 09:16:17 +0400
commitc57901837e2fa44353ad1dfcdd0d359a181be52b (patch)
treedfa84cba97c5426a2ecb728c84ad211834be664e /mcs/class/System.XML/Test/ChangeLog
parent2cb13bd9a8047c54649e59380c5052012b9c2b6f (diff)
more xpath core function tests.
svn path=/trunk/mcs/; revision=7379
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 e5bcadb786b..356a7bd35a4 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,10 @@
2002-09-11 Kral Ferch <kral_ferch@hotmail.com>
+ * XPathNavigatorEvaluateTests.cs: Added tests for
+ local-name, namespace-uri, and string.
+
+2002-09-11 Kral Ferch <kral_ferch@hotmail.com>
+
* Added XPathNavigatorEvaluateTests.cs file to
the MonoMicro.Test project.