[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System.Xml.Linq / Test / System.Xml.XPath / ExtensionsTest3.cs
index 8be980400966a2900bc7e3873fd00d81c8200853..bebc468ec9bb32317b2cf1736f8ae1060925007c 100644 (file)
@@ -68,14 +68,6 @@ namespace MonoTests.System.Xml
 
                // Testing Core Funcetion Library functions defined at: http://www.w3.org/TR/xpath#corelib
                [Test]
-#if !NET_2_0
-               // .NET 2.0 is fixed for last() to return 1 for the
-               // initial context position. Someone thinks we should follow
-               // the fix, but in reality we should just discard this
-               // pointless test. The positional value under those conditions
-               // does not make any sense.
-               [Category ("NotDotNet")]
-#endif
                public void CoreFunctionNodeSetLast ()
                {
                        expression = navigator.Compile("last()");
@@ -90,15 +82,6 @@ namespace MonoTests.System.Xml
                }
 
                [Test]
-#if !NET_2_0
-               // .NET 2.0 is fixed for position() to return 1 for the
-               // initial context position. Someone thinks we should follow
-               // the fix, but in reality we should just discard this
-               // pointless test. The positional value under those conditions
-               // does not make any sense.
-//             [Category ("NotWorking")]
-               [Category ("NotDotNet")]
-#endif
                public void CoreFunctionNodeSetPosition ()
                {
                        expression = navigator.Compile("position()");