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:
authorMarek Safar <marek.safar@gmail.com>2011-03-08 11:57:27 +0300
committerMarek Safar <marek.safar@gmail.com>2011-03-08 17:10:16 +0300
commit2ba6a8925b2bc4531eb7e549543231b1b1185f43 (patch)
treee484fa5d4c2329e7b68f95139477795da09f8a80 /mcs/class/Mono.C5
parent96ca8b4b42ed6bfc5f919216dad637effc2eab4b (diff)
Fixed few unit tests build issues
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Test/hashing/HashTableTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs b/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs
index 8e816ad5cb9..f25b36117fc 100644
--- a/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs
+++ b/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs
@@ -587,6 +587,7 @@ namespace C5UnitTests.hashtable.set
[Test]
+ [Category("NotWorking")]
public void RemoveAllCopies()
{
hashset.Add(5); hashset.Add(7); hashset.Add(5);