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/XmlNamespaceManagerTests.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/XmlNamespaceManagerTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/XmlNamespaceManagerTests.cs b/mcs/class/System.XML/Test/System.Xml/XmlNamespaceManagerTests.cs
index b3ac5944b72..6c187bb6101 100644
--- a/mcs/class/System.XML/Test/System.Xml/XmlNamespaceManagerTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml/XmlNamespaceManagerTests.cs
@@ -238,7 +238,6 @@ namespace MonoTests.System.Xml
nsmgr.AddNamespace ("xmlns", "http://www.w3.org/2000/xmlns/");
}
-#if NET_2_0
XmlNamespaceScope l = XmlNamespaceScope.Local;
XmlNamespaceScope x = XmlNamespaceScope.ExcludeXml;
XmlNamespaceScope a = XmlNamespaceScope.All;
@@ -284,6 +283,5 @@ namespace MonoTests.System.Xml
Assert.AreEqual (1, nsmgr.GetNamespacesInScope (x).Count, "#17");
Assert.AreEqual (2, nsmgr.GetNamespacesInScope (a).Count, "#18");
}
-#endif
}
}