1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
2010-04-09 Raja R Harinath <harinath@hurrynot.org>
* SortedSetTest.cs (ViewCount): Test that count reflects changes
in underlying set.
2010-04-07 Raja R Harinath <harinath@hurrynot.org>
* SortedSetTest.cs: Update to test more view functionality,
including set comparison operators.
2010-04-06 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add test for SortedSubSet.Count.
2010-04-05 Raja R Harinath <harinath@hurrynot.org>
* SortedSetTest.cs: Add test for various set comparison operators.
2010-04-04 Raja R Harinath <harinath@hurrynot.org>
* SortedSetTest.cs: Add tests for IntersectWith, UnionWith,
ExceptWith and SymmetricExceptWith.
2010-04-02 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add tests for Min and Max on subsets.
2010-04-02 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add tests for GetViewBetween.
2010-04-02 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add tests for Min and Max.
2010-04-02 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add test for RemoveWhere.
2010-04-02 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add test for Reverse.
2010-04-02 Jb Evain <jbevain@novell.com>
* SortedSetTest.cs: add new fixture.
2009-12-01 Jb Evain <jbevain@novell.com>
* StackTest.cs: add a test ensuring that disposing the stack
enumerator prevents to iterate further.
2009-11-25 Jb Evain <jbevain@novell.com>
* QueueTest.cs: add test for a specific combination of
calls that make the queue crash when enqueuing an item.
2009-11-25 Jb Evain <jbevain@novell.com>
* QueueTest.cs: add tests for ICollection.CopyTo.
2009-07-31 Raja R Harinath <harinath@hurrynot.org>
* SortedDictionaryTest.cs (Enumerator_Current): New test.
(KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
* SortedListTest.cs: new tests for bug #521750 provided by
Kevin Fitzgerald.
2009-05-10 Andrés G. Aragoneses <aaragoneses@novell.com>
* LinkedListTest.cs: Added test for #481621,
converted from example code by Andy Hume <andyhume32@yahoo.co.uk>.
2009-03-11 Zoltan Varga <vargaz@gmail.com>
* SortedListTest.cs: Add tests for #483985.
2009-05-06 Pia Eriksson <pe@hallerud.se>
* 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 <jbevain@novell.com>
* SortedListTest.cs: Tests for #82492.
2007-05-02 Raja R Harinath <harinath@gmail.com>
* SortedDictionaryTest.cs (AddNullKeyNullable): Enable.
2007-04-19 Gert Driesen <drieseng@users.sourceforge.net>
* 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 <alan.mcgovern@gmail.com>
* QueueTest.cs: Fixed compilation and cosmetic changes
2007-02-08 Ilya Kharmatsky <ilyak -at- mainsoft.com>
* SortedDictionaryTest.cs: Added 'Ignore' attribute under
TARGET_JVM to workaround not working under Grasshopper test.
2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
* QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under
TARGET_JVM to workaround Grasshopper's bug.
2006-11-15 Andrew Skiba <andrews@mainsoft.com>
* LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs:
TARGET_JVM to workaround CopyTo limitations.
2006-04-05 Atsushi Enomoto <atsushi@ximian.com>
* SortedDictionaryTest.cs : new test.
2005-11-10 Zoltan Varga <vargaz@gmail.com>
* StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()
method.
2005-11-09 Zoltan Varga <vargaz@gmail.com>
* SortedListTest.cs: New file.
2005-09-04 David Waite <mass@akuma.org>
* LinkedListTest.cs: Added tests for LinkedList<T>
2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
* QueueTest.cs, StackTest.cs: moved from mscorlib test.
|