2009-06-24 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / corlib / Test / System.Collections / ChangeLog
index d448f5f1b5b4bd9ddf64d6ac5dc23d60863ed41b..9e42b6aaf6115b3061af938b1adf2bfccaeea4a0 100644 (file)
@@ -1,3 +1,41 @@
+2009-06-24  Robert Jordan  <robertj@gmx.net>
+
+       * ArrayListTest.cs, CollectionBaseTest.cs, DictionaryEntryTest.cs,
+       HashtableTest.cs: Convert all tests to new-style nunit methods.
+
+       * QueueTest.cs: likewise. Convertion revealed 25 test that were
+       disabled after the NUnit 2.4 update.
+
+       * StackTest.cs: likewise. Convertion revealed 24 test that were
+       disabled after the NUnit 2.4 update.
+
+2008-08-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * BitArrayTest.cs: Add a test for #421803.
+
+2008-05-08  Robert Jordan  <robertj@gmx.net>
+
+       * DictionaryEntryTest.cs: Add tests for key's argument validation.
+
+2008-03-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DictionaryBaseTest.cs: Improved existing tests, and use Assert class
+       instead of deriving from deprecated Assertion class. Code formatting.
+
+2008-03-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DictionaryBaseTest.cs: Add test case to see when and how OnGet 
+       is being called.
+
+2007-11-06  Jb Evain  <jbevain@novell.com>
+
+       * HashtableTest.cs: Add test case for #324761.
+
+2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * QueueTest.cs: Test cases for #321657. Based on the test case 
+       supplied by Benjamin Lutz.
+
 2007-10-27  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * SortedListTest.cs: Fixed deserialization test to pass on MS.