From c43732fa2b268dbc5982a53f4eb94a994bba7634 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 28 Nov 2004 14:47:14 +0000 Subject: Fixed more FIXME's. svn path=/trunk/mcs/; revision=36717 --- mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs | 2 -- mcs/class/Mono.C5/Test/arrays/HashedArrayListTest.cs | 2 -- mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs | 2 -- 3 files changed, 6 deletions(-) (limited to 'mcs/class/Mono.C5') diff --git a/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs b/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs index 0407d862da3..d57eb74ffd2 100644 --- a/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs +++ b/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs @@ -1189,7 +1189,6 @@ namespace nunit.arrays.list } -#if FIXME [TestFixture] public class Sorting { @@ -1255,7 +1254,6 @@ namespace nunit.arrays.list Assert.IsTrue(lst2.IsEmpty); } } -#endif } diff --git a/mcs/class/Mono.C5/Test/arrays/HashedArrayListTest.cs b/mcs/class/Mono.C5/Test/arrays/HashedArrayListTest.cs index 76aa7ee7ca9..0a1ec89970f 100644 --- a/mcs/class/Mono.C5/Test/arrays/HashedArrayListTest.cs +++ b/mcs/class/Mono.C5/Test/arrays/HashedArrayListTest.cs @@ -1097,7 +1097,6 @@ namespace nunit.arrays.hashed } #endif -#if FIXME [TestFixture] public class Sorting { @@ -1122,7 +1121,6 @@ namespace nunit.arrays.hashed Assert.IsTrue(IC.eq(lst, 3, 5, 6, 7, 55)); } } -#endif } diff --git a/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs b/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs index defd1f6e255..88a79c36ade 100644 --- a/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs +++ b/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs @@ -360,7 +360,6 @@ namespace nunit.linkedlists.hashed namespace EditableCollection { -#if FIXME [TestFixture] public class Searching { @@ -533,7 +532,6 @@ namespace nunit.linkedlists.hashed [TearDown] public void Dispose() { list = null; } } -#endif } -- cgit v1.2.3