2005-08-16  Martin Baulig  <martin@ximian.com>

	* DictionaryTest.cs (IEnumeratorGenericTest): Reflect latest
	`KeyValuePair<K,V>' API changes.

2005-06-27  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (FailFastTest1, FailFastTest2, FailFastTest3):
	New tests to ensure that enumerators are invalidated on
	modifications to the dictionary.

2005-06-22  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (KeyValueEnumeratorTest): Add test for infloop
	if dictionary is read while it's being enumerated.

2005-06-20  David Waite  <mass@akuma.org>

	* ListTest.cs: Substantial new tests

2005-06-18  David Waite  <mass@akuma.org>

	* DictionaryTest.cs (AddTest3): Added test of simple interaction with
	struct dictionary
	(AddDuplicateTest,IndexerGetNullTest,IndexerSetNullTest): Added tests
	for exceptional cases to verify correct exceptions
	(TryGetValueTest): check return value from TryGetValue
	(KeyValueEnumeratorTest): Added test from verification of ms.net beta2
	behavior for non-generic IEnumerator/IDictionaryEnumerator behavior
	against Dictionary<>
	(SerializationTest): Added test to utilize serialization routines.
    
2005-06-16  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (SliceCollectionsEnumeratorTest): New test
	based on #75053.

2005-06-07  Ankit Jain <ankit@corewars.org>

	* DictionaryTest.cs (KeyValueEnumeratorTest): Added new test.
	
2005-05-19  Raja R Harinath  <rharinath@novell.com>

	* ListTest.cs (TestGetRange): Add missing ';'.  Actually compare
	the length of the list.

2005-05-18  Miguel de Icaza  <miguel@novell.com>

	* ListTest.cs: Added.

2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>

	* QueueTest.cs, StackTest.cs: They are now in System.dll

2005-05-05  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs (MyTest.GetHashCode): Add to silence a
	compiler warning.

2005-04-04  Raja R Harinath  <rharinath@novell.com>

	* DictionaryTest.cs: Update.

2005-04-02  Ben Maurer  <bmaurer@ximian.com>

	* DictionaryTest.cs: new test.

2005-01-29  Ben Maurer  <bmaurer@ximian.com>

	* QueueTest.cs: new Test.

2004-12-27  Ben Maurer  <bmaurer@ximian.com>

	* StackTest.cs: new Test.

