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:
authorMartin Baulig <martin@novell.com>2004-11-28 17:47:14 +0300
committerMartin Baulig <martin@novell.com>2004-11-28 17:47:14 +0300
commitc43732fa2b268dbc5982a53f4eb94a994bba7634 (patch)
tree60930f42fa57c731cc8691e7e8d8219dd9552d67 /mcs/class/Mono.C5
parent41ec869229a6e923ef73c3acfaf31b4bb9a0ccf0 (diff)
Fixed more FIXME's.
svn path=/trunk/mcs/; revision=36717
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs2
-rw-r--r--mcs/class/Mono.C5/Test/arrays/HashedArrayListTest.cs2
-rw-r--r--mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs2
3 files changed, 0 insertions, 6 deletions
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
}