From 5301085149cd3b6aa327ac96fee59c54ed20795d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 27 Nov 2004 21:09:54 +0000 Subject: Killed two more FIXME's. svn path=/trunk/mcs/; revision=36697 --- mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mcs/class/Mono.C5') diff --git a/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs b/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs index 4db56980987..defd1f6e255 100644 --- a/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs +++ b/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs @@ -955,7 +955,6 @@ namespace nunit.linkedlists.hashed } -#if FIXME [Test] public void InsertBefore() { @@ -973,7 +972,6 @@ namespace nunit.linkedlists.hashed Assert.IsTrue(lst.Check()); Assert.IsTrue(IC.eq(lst, 7, 2, 8, 3, 4, 9, 5)); } -#endif [Test] @@ -988,7 +986,6 @@ namespace nunit.linkedlists.hashed } -#if FIXME [Test] public void InsertAfter() { @@ -1007,7 +1004,6 @@ namespace nunit.linkedlists.hashed Assert.IsTrue(lst.Check()); Assert.IsTrue(IC.eq(lst, 1, 8, 2, 7, 3, 4, 5, 9)); } -#endif [Test] -- cgit v1.2.3