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/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs
index 7b59d71da5e..2d509fbeccc 100644
--- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs
+++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs
@@ -171,7 +171,6 @@ namespace MonoTests.System.Windows.Forms.DataBinding {
Assert.AreEqual (0, d.Position, "INWM10");
}
-#if NET_2_0
[Test]
public void TestIndexerICurrencyManagerProvider ()
{
@@ -185,7 +184,6 @@ namespace MonoTests.System.Windows.Forms.DataBinding {
Assert.AreEqual (false, bc.Contains (source), "A2");
Assert.AreEqual (0, ((ICollection)bc).Count, "A3");
}
-#endif
[Test]
[ExpectedException (typeof (ArgumentException))]