X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Collections%2FChangeLog;h=84a96b6157f350877a4be008cd54a85622cdf018;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=c3a3072d4588a1a16bac3911200af599f5ac7c6f;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/class/corlib/Test/System.Collections/ChangeLog b/mcs/class/corlib/Test/System.Collections/ChangeLog index c3a3072d458..84a96b6157f 100644 --- a/mcs/class/corlib/Test/System.Collections/ChangeLog +++ b/mcs/class/corlib/Test/System.Collections/ChangeLog @@ -1,3 +1,91 @@ +2009-07-14 Gonzalo Paniagua Javier + + * SortedListTest.cs: new tests by Kevin Fitzgerald. + +2009-06-30 Zoltan Varga + + * ReadOnlyCollectionBaseTest.cs NewArrayListTest.cs: Convert all tests + to new-style nunit classes/methods. + +2009-06-26 Robert Jordan + + * BitArrayTest.cs: Upgrade to new NUnit style. Enable + 16 tests that were disabled after the NUnit 2.4 update. + +2009-06-24 Robert Jordan + + * ArrayListTest.cs, CollectionBaseTest.cs, DictionaryEntryTest.cs, + HashtableTest.cs: Convert all tests to new-style nunit methods. + + * QueueTest.cs: likewise. Conversion revealed 25 test that were + disabled after the NUnit 2.4 update. + + * StackTest.cs: likewise. Conversion revealed 24 test that were + disabled after the NUnit 2.4 update. + +2008-08-31 Zoltan Varga + + * BitArrayTest.cs: Add a test for #421803. + +2008-05-08 Robert Jordan + + * DictionaryEntryTest.cs: Add tests for key's argument validation. + +2008-03-24 Gert Driesen + + * DictionaryBaseTest.cs: Improved existing tests, and use Assert class + instead of deriving from deprecated Assertion class. Code formatting. + +2008-03-21 Sebastien Pouliot + + * DictionaryBaseTest.cs: Add test case to see when and how OnGet + is being called. + +2007-11-06 Jb Evain + + * HashtableTest.cs: Add test case for #324761. + +2007-11-05 Sebastien Pouliot + + * QueueTest.cs: Test cases for #321657. Based on the test case + supplied by Benjamin Lutz. + +2007-10-27 Gert Driesen + + * SortedListTest.cs: Fixed deserialization test to pass on MS. + +2007-10-23 Gert Driesen + + * SortedListTest.cs: No longer derive from deprecated Assertion class. + Added serialization tests, and a (NotWorking) deserialization test. + +2007-07-05 Gert Driesen + + * CaseInsensitiveHashCodeProviderTest.cs: Reworked test for Default + instance to pass on both Mono and MS. Added separate tests that + verify the specific Mono and MS behavior. + +2007-07-05 Gert Driesen + + * CaseInsensitiveHashCodeProviderTest.cs: Improved test for + Default property to show the a new intance is constructed. Added test + for DefaultInvariant. Improved serialization tests. Added ctor test + for null CultureInfo. Code formatting. + +2007-04-19 Gert Driesen + + * ArrayListTest.cs: Code formatting (indenting, spaces to tabs). Added + tests for bugs fixed in .NET 2.0. + +2007-02-13 Boris Kirzner + * CaseInsensitiveHashCodeProviderTest.cs, HashtableTest.cs: + test ifdefs for TARGET_JVM. + +2006-11-28 Gert Driesen + + * CaseInsensitiveComparerTest.cs: Added tests for bug #80082 and bug + #80076. Improved existing tests. + 2006-08-08 Duncan Mak * ReadOnlyCollectionBaseTest.cs (TestZeroCountOnNew): Add test for