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:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml.XPath/XPathNavigatorCommonTests.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.XPath/XPathNavigatorCommonTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.XPath/XPathNavigatorCommonTests.cs b/mcs/class/System.XML/Test/System.Xml.XPath/XPathNavigatorCommonTests.cs
index accde913026..fd31e829cb3 100644
--- a/mcs/class/System.XML/Test/System.Xml.XPath/XPathNavigatorCommonTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.XPath/XPathNavigatorCommonTests.cs
@@ -425,7 +425,6 @@ namespace MonoTests.System.Xml
Assert.AreEqual (2, iter.Count, "#1");
}
-#if NET_2_0
[Test]
// bug #78067
@@ -462,7 +461,6 @@ namespace MonoTests.System.Xml
xr.Read (); // should be at x:val
Assert.AreEqual ("urn:x", xr.LookupNamespace ("x"), "#1");
}
-#endif
[Test]
public void GetNamespaceConsistentTree ()