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/XmlReaderCommonTests.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/XmlReaderCommonTests.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/XmlReaderCommonTests.cs b/mcs/class/System.XML/Test/System.Xml/XmlReaderCommonTests.cs
index a969b3b3f73..65fb3fa991d 100644
--- a/mcs/class/System.XML/Test/System.Xml/XmlReaderCommonTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml/XmlReaderCommonTests.cs
@@ -201,14 +201,12 @@ namespace MonoTests.System.Xml
document.LoadXml (xml);
xnr = new XmlNodeReader (document);
method (xnr);
-#if NET_2_0
/*
// XPathNavigatorReader tests
System.Xml.XPath.XPathDocument doc = new System.Xml.XPath.XPathDocument (new StringReader (xml));
XmlReader xpr = doc.CreateNavigator ().ReadSubtree ();
method (xpr);
*/
-#endif
}
@@ -1513,7 +1511,6 @@ namespace MonoTests.System.Xml
reader.Read (); // silently returns false
}
-#if NET_2_0
[Test]
public void CreateSimple ()
{
@@ -2337,6 +2334,5 @@ namespace MonoTests.System.Xml
throw task.Result;
}
#endif
-#endif
}
}