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 05:12:50 +0400
committerKral Ferch <kral@mono-cvs.ximian.com>2002-09-12 05:12:50 +0400
commit85cf5e87a3979d17d65ec04a531ea859d22e51d0 (patch)
tree1aa5d4f0796e1777eff97ee2f0866a8af43c806a /mcs/class/System.XML/Test/AllTests.cs
parentef94f0465dd064911d32e1a1c7bd39352d648ad6 (diff)
Some tests for XPathNavigator.Evaluate()
svn path=/trunk/mcs/; revision=7372
Diffstat (limited to 'mcs/class/System.XML/Test/AllTests.cs')
-rw-r--r--mcs/class/System.XML/Test/AllTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/AllTests.cs b/mcs/class/System.XML/Test/AllTests.cs
index 1ebb2952079..7788d79742c 100644
--- a/mcs/class/System.XML/Test/AllTests.cs
+++ b/mcs/class/System.XML/Test/AllTests.cs
@@ -41,6 +41,7 @@ namespace MonoTests.System.Xml
suite.AddTest (new TestSuite (typeof (XPathNavigatorTests)));
suite.AddTest (new TestSuite (typeof (SelectNodesTests)));
suite.AddTest (new TestSuite (typeof (XPathNavigatorMatchesTests)));
+ suite.AddTest (new TestSuite (typeof (XPathNavigatorEvaluateTests)));
return suite;
}
}