2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* ArrayListTest.cs: Code formatting (indenting, spaces to tabs). Added
	tests for bugs fixed in .NET 2.0.

2007-02-13  Boris Kirzner <borisk@mainsoft.com>
	* CaseInsensitiveHashCodeProviderTest.cs, HashtableTest.cs:
	test ifdefs for TARGET_JVM.

2006-11-28  Gert Driesen  <drieseng@users.sourceforge.net>

	* CaseInsensitiveComparerTest.cs: Added tests for bug #80082 and bug
	#80076. Improved existing tests.

2006-08-08  Duncan Mak  <duncan@novell.com>

	* ReadOnlyCollectionBaseTest.cs (TestZeroCountOnNew): Add test for
	overriding Count in NET_2_0 for #79033.

2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>

	* QueueTest.cs, SortedListTest.cs : many capacity-related tests are
	  written under improper assumption. As a result they don't pass when
	  we run make PROFILE=net_2_0 run-test-ondotnet, so got rid of them.

2006-01-04  Sebastien Pouliot  <sebastien@ximian.com>

	* HashtableTest.cs: Added test case to check if all subclasses are 
	serializable.

2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>

	* ArrayListTest.cs: Added test cases for a binary search with an empty
	list (bug #77030). Fixed other test cases so they execute without 
	failures under MS 2.0.

2005-12-07  Sebastien Pouliot  <sebastien@ximian.com>

	* SortedTestList.cs: Added more test for the constructor accepting an
	IComparer and to avoid regression of bug #76750.

2005-12-06  Sebastien Pouliot  <sebastien@ximian.com>

	* CaseInsensitiveHashCodeProviderTest: Added test cases for the 
	default ctor, roudtripping serialization and deserializing data
	generated on MS 1.1 and 2.0.

2005-12-05  Sebastien Pouliot  <sebastien@ximian.com>

	* ComparerTest.cs: Removed "NotWorking" from "Invariant" test case 
	(it's now working). Added new test cases for ISerializable (added in
	SP1 and present in 2.0) and completed coverage with tests for ctor.

2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>

	* HashtableTest.cs : testcase for #75790.

2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>

	* SortedListTest.cs : testcase for #59694.

2005-07-19  Ben Maurer  <bmaurer@ximian.com>

	* ArrayListTest.cs: The patch below was not committed with the
	same text as the patch on the bug. There was an s/1/3. Doing the
	patch as specified on the bug makes buildbot work and the test
	work on msft

2005-07-17  Florian Gross  <flgr@ccan.de>

	* ArrayListTest.cs: Test for #75545.

2005-06-23  Ben Maurer  <bmaurer@ximian.com>

	* QueueTest.cs, StackTest.cs: Test for #75369.

2005-05-26  Ben Maurer  <bmaurer@ximian.com>

	* QueueTest.cs: New test.

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

	* StackTest.cs : test for CopyTo() on an empty stack.

2005-01-05  Nick Drochak  <ndrochak@ieee.org>

	* ComparerTest.cs: Modernize and fix line endings. Test is failing with
	mono, see if this change has any effect.

2004-12-16  Lluis Sanchez Gual  <lluis@novell.com>

	* HashtableTest.cs: Added test for bug #70570.

2004-08-24 Nick Drochak <ndrochak@ieee.org>

	

	* ComparerTest.cs: On MS.NET 1.1 Compare("a", "A") returns < 0.
	


2004-07-28  Dick Porter  <dick@ximian.com>

	* ComparerTest.cs: Test for invariant compares (bug 61458.)

2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>

	* HashtableTest.cs: Added new case to CopyTo(Array,int) an empty 
	hashtable.
	* SortedListTest.cs: Un-ignored TestCapacity4 test case as it now 
	works correctly under Mono.

2004-06-01  Sebastien Pouliot  <sebastien@ximian.com>

	* SortedListTest.cs: Added new test when initial capacity is set to 0
	(so it never returns to default, 16, when Capacity is set to 0) unless
	Clear is called. Cleaned up unused SetUp/TearDown.

2004-05-31  Sebastien Pouliot  <sebastien@ximian.com>

	* ArrayListTest.cs: Added new test for null in BinarySearch.
	* HashtableTest.cs: Added null checking fro GetObjectData.

2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>

	* HashtableTest.cs: Added case where a cloned hashtable must also be
	synchronized (if the original was).
	* QueueTest.cs: Added case where we try to get Current after the last
	MoveNext. Added case to ensure that MoveNext always return false 
	(after the first time). Test for synchronized clones.
	* SortedListTest.cs: Added cases for synchronized capacity and testing
	the interface from the internal enumerator. Test that setting Capacity
	to zero return the capacity to it's initial default (16).

2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>

	* ArrayListTest.cs: Added tests for integer overflows.

2003-12-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* QueueTest.cs: added more tests. Patch from Carlos Barcenilla.

2003-11-10  Zoltan Varga  <vargaz@freemail.hu>

	* StackTest.cs: Applied patch from Carlos A. Barcenilla to fix minor
	bugs (#50755).

2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* HashtableTest.cs: patch from Carlos A.  Barcenilla
	(barce@frlp.utn.edu.ar) that includes some fixes for Hashtable +
	NUnit2 tests.

2003-10-07 Nick Drochak <ndrochak@gol.com>

	* DictionaryBaseTest.cs:
	* NewArrayListTest.cs: Clean up warnings that were annoying me.

2003-08-12  Nick Drochak <ndrochak@gol.com>

	* NewArrayListTest.cs: Disable part that was failing on .NET. Marked
	with FIXME.

2003-08-11  Duncan Mak  <duncan@ximian.com>

	* ArrayListTest.cs: Added test case submitted by Tum in bug #45036.

	* DictionaryBaseTest.cs: added new test provided by Carlos Barcenilla
	(barce@frlp.utn.edu.ar).

2003-08-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* CollectionBaseTest.cs: added new test provided by Carlos Barcenilla
	(barce@frlp.utn.edu.ar).

2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* CollectionBaseTest.cs: added a few more tests. Now derives from
	Assertion.

2003-06-20  Nick Drochak  <ndrochak@gol.com>

	* SortedListTest.cs: Make it pass on .NET 1.1.

2003-06-14  Duncan Mak  <duncan@ximian.com>

	* SortedListTest.cs
	(TestIndexer):
	(TestEnumerator): Incorporated these two tests from Philippe
	Lavoie <philippe.lavoie@cactus.ca>.

2003-06-12  Duncan Mak  <duncan@ximian.com>

	* HashtableTest.cs: Converted it to the new style of NUnit tests.

	(TestCtor3): 
	(TestCtor4): new tests for the constructor.

2003-06-11  Duncan Mak  <duncan@ximian.com>

	* SortedListTest.cs: Convert it to the new style of NUnit tests.

	(TestCapacity2):
	(TestCapacity3):
	(TestCapacity4): new tests for the Capacity property.

	(TestIndexOfValue2):
	(TestIndexOfValue3): new tests for the IndexOfValue method.
	
2003-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* HashtableTest.cs: removed duplicate tests and unneeded inner class.

2003-06-07  Ben Maurer <bmaurer@users.sourceforge.net>
	* StackTest.cs: Added test for Contains (null)

2003-05-13 Nick Drochak <ndrochak@gol.com>

	* DictionaryEntry.cs: Added test

2003-05-03 Ben Maurer <bmaurer@users.sourceforge.net>
	
	* ArrayListTest.cs:
		Tests for the above* ArrayList.cs
		Added methods to support IList wrappers

2003-04-15  Eduardo Garcia Cebollero <kiwnix@yahoo.es>

	* CaseInsensitiveComparerTest.cs: Added Some Tests.

2003-04-09  Ville Palo <vi64pa@kolumbus.fi>

	* ArraListTest.cs: Added little test for Sort ().
	
2003-02-15  Nick Drochak  <ndrochak@gol.com>

	* CollectionBaseTest.cs: Make it a better NUnit v2 example

2003-02-15  Pedro Martínez Juliá  <yoros@wanadoo.es>

	* HashtableTest.cs: Add serialization test.

2002-12-21  Nick Drochak <ndrochak@gol.com>

	* all: make tests build and run under nunit2

2002-10-16  Nick Drochak  <ndrochak@gol.com>

	* QueueTest.cs: Add test from tetsuo via Vladimir Vukicevic 
	(vladimir@pobox.com).

2002-10-09  Nick Drochak  <ndrochak@gol.com>

	* SortedListTest.cs: Re-enable test for IsSyncronized

2002-09-24  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Add test for InsertRange() for the case where an
	ArrayList is passed to itself to be insterted.

2002-09-24  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Add check that enumerator is invalidated after a
	method that changes the list, such as Add(), Remove(), etc.

2002-07-02  Nick Drochak  <ndrochak@gol.com>

	* SortedListTest.cs: Fix some expected/actual value parameters for
	AssertEquals().

2002-06-30  Nick Drochak  <ndrochak@gol.com>

	* SortedListTest.cs: Fix some expected/actual value parameters in the
	Assert()'s. Disable a part of test until the class is finished.

2002-06-25  Nick Drochak  <ndrochak@gol.com>

	* QueueTest.cs: Trap some unexpected exceptions and add a bit of
	verbosity to some assert messages.

2002-06-20  Nick Drochak  <ndrochak@gol.com>

	* SortedListTest.cs: Make tests pass against ms.net.
	* QueueTest.cs: Make tests pass against ms.net.

2002-06-19  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs: Sort names and include missing tests.
	* SortedListTest.cs: Change Console.WriteLine() into Fail().

2002-05-27  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestLastIndexOf): Add try-catch block to report
	where we are throwing.

2002-05-21  Lawrence Pit  <loz@cable.a2000.nl>

	* ArrayListTest.cs: Added several tests to test for 0 capacity

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Test for RankException when constructing from a 
	multi-dimensional array. Confirmed behavior from MS.NET

2002-05-01  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestBinarySearch) : accomodate possible bug in
	.NET runtime.

2002/05/01  Nick Drochak <ndrochak@gol.com>

	* ArrayListTest.cs (TestCopyTo) : Make assert messages unique and
	avoid possible MS.NET bug when test is run on .NET.

2002/04/30  Nick Drochak <ndrochak@gol.com>

	* ArrayListTest.cs (TestInsertRange) : Make assert messages unique.

2002-04-30  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestTrimToSize): Change test so that it doesn't
	rely on the specific timing of a capacity change.  Our corlib doubles
	capacity sooner than the reference system does.

2002-04-30  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Catch unexpected exception typs and report as
	failures.

2002-04-29  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (TestBinarySearch): Catch the correct exception here.

2002-04-29  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs (): Remove test on unsorted array.  Behavior is 
	undefined according to docs. Re-added test that was commented out.

2002-03-24  Duncan Mak  <duncan@ximian.com>

	* SortedListTest.cs: Committed to CVS for Jaak Simm <jaaksimm@firm.ee>.

2002-02-28  Nick Drochak  <ndrochak@gol.com>

	* HashtableTest.cs: make the second test class public.  The was showing
	as an error whe run against the mscorlib.  Might be because of the
	new NUnit that was just checked in.

2002-02-20  Nick Drochak  <ndrochak@gol.com>

	* ArrayListTest.cs: Add a small assert for a bug that I found and fixed
	in ArrayList.  Make sure it doesn't come up again.

2002-02-10  Nick Drochak  <ndrochak@gol.com>

	* QueueTest.cs: Put in correct namespace.

2002-02-09  Nick Drochak  <ndrochak@gol.com>

	* StackTest.cs: Removed test for IsReadonly.  Doesn't exist in .NET 1.0

2002-01-20  Nick Drochak  <ndrochak@gol.com>

	* BitArrayTest.cs: wrapped try-catch blocks around several of the tests. 
	NUnit doesn't properly catch exception here anymore.  Must be something
	to do with upgrading to .NET.1.0.
