[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System.XML / Test / System.Xml.XPath / XPathNavigatorCommonTests.cs
index accde91302617b2288d66173153f60431ccba8d9..fd31e829cb35eadd8742916e22881c4076c85d18 100644 (file)
@@ -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 ()