X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Collections.Generic%2FChangeLog;h=e40450494e02e99a4cff2a1583eaf6f2114a5b14;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=13946d7a26185e354ca78ff43e7a852cd3a0e708;hpb=79aae7d76f68a1c8719505119e0f5c9f737773dd;p=mono.git diff --git a/mcs/class/System/Test/System.Collections.Generic/ChangeLog b/mcs/class/System/Test/System.Collections.Generic/ChangeLog index 13946d7a261..e40450494e0 100644 --- a/mcs/class/System/Test/System.Collections.Generic/ChangeLog +++ b/mcs/class/System/Test/System.Collections.Generic/ChangeLog @@ -1,3 +1,131 @@ +2010-04-09 Raja R Harinath + + * SortedSetTest.cs (ViewCount): Test that count reflects changes + in underlying set. + +2010-04-07 Raja R Harinath + + * SortedSetTest.cs: Update to test more view functionality, + including set comparison operators. + +2010-04-06 Jb Evain + + * SortedSetTest.cs: add test for SortedSubSet.Count. + +2010-04-05 Raja R Harinath + + * SortedSetTest.cs: Add test for various set comparison operators. + +2010-04-04 Raja R Harinath + + * SortedSetTest.cs: Add tests for IntersectWith, UnionWith, + ExceptWith and SymmetricExceptWith. + +2010-04-02 Jb Evain + + * SortedSetTest.cs: add tests for Min and Max on subsets. + +2010-04-02 Jb Evain + + * SortedSetTest.cs: add tests for GetViewBetween. + +2010-04-02 Jb Evain + + * SortedSetTest.cs: add tests for Min and Max. + +2010-04-02 Jb Evain + + * SortedSetTest.cs: add test for RemoveWhere. + +2010-04-02 Jb Evain + + * SortedSetTest.cs: add test for Reverse. + +2010-04-02 Jb Evain + + * SortedSetTest.cs: add new fixture. + +2009-12-01 Jb Evain + + * StackTest.cs: add a test ensuring that disposing the stack + enumerator prevents to iterate further. + +2009-11-25 Jb Evain + + * QueueTest.cs: add test for a specific combination of + calls that make the queue crash when enqueuing an item. + +2009-11-25 Jb Evain + + * QueueTest.cs: add tests for ICollection.CopyTo. + +2009-07-31 Raja R Harinath + + * SortedDictionaryTest.cs (Enumerator_Current): New test. + (KeyEnumerator_Current, ValueEnumerator_Current): Likewise. + +2009-07-14 Gonzalo Paniagua Javier + + * SortedListTest.cs: new tests for bug #521750 provided by + Kevin Fitzgerald. + +2009-05-10 Andrés G. Aragoneses + + * LinkedListTest.cs: Added test for #481621, + converted from example code by Andy Hume . + +2009-03-11 Zoltan Varga + + * SortedListTest.cs: Add tests for #483985. + +2009-05-06 Pia Eriksson + + * SortedListTest.cs: Added test for CopyTo + * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0 + * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0 + * QueueTest.cs: Test for CopyTo extended w. case when Count == 0 + * StackTest.cs: Test for CopyTo extended w. case when Count == 0 + * SortedDictionaryTest.cs: Added test for CopyTo on SortedDictionary, + SortedDictionary.Keys and SortedDictionary.Values + +2007-08-20 Jb Evain + + * SortedListTest.cs: Tests for #82492. + +2007-05-02 Raja R Harinath + + * SortedDictionaryTest.cs (AddNullKeyNullable): Enable. + +2007-04-19 Gert Driesen + + * QueueTest.cs: Removed usage of deprecated Assertion class. Added + test for TrimExcess. Added tests for binary serialization. + * StackTest.cs: Removed usage of deprecated Assertion class. Added + test for TrimExcess. Added tests for binary serialization. + +2007-03-27 Alan McGovern + + * QueueTest.cs: Fixed compilation and cosmetic changes + +2007-02-08 Ilya Kharmatsky + + * SortedDictionaryTest.cs: Added 'Ignore' attribute under + TARGET_JVM to workaround not working under Grasshopper test. + +2007-01-25 Ilya Kharmatsky + + * QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under + TARGET_JVM to workaround Grasshopper's bug. + +2006-11-15 Andrew Skiba + + * LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs: + TARGET_JVM to workaround CopyTo limitations. + +2006-04-05 Atsushi Enomoto + + * SortedDictionaryTest.cs : new test. + 2005-11-10 Zoltan Varga * StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()