2004-07-03  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: New tests for FindTypes.

2004-06-10  Lluis Sanchez  <lluis@ximian.com>

	* AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
	  empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
	  Added messages to the assertions.

2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>

	* AssemblyNameTests.cs: added tests for AssemblyName.FullName 
	and serialization of AssemblyName, converted tests to use Assert
	class

2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: added test for null type in the argument list.

2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: one more test for matching a single property. Adapted
	to nunit 2.2 style.

2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: added more indexers and more SelectProperty tests.

2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
	for new nunit).

2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)

	* PropertyInfoTest.cs: New file.  Added test for 
	bug #58661.

2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* BinderTests.cs: New file.

2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongNameKeyPairTest.cs: Added test case for ECMA "key".

2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
	unneeded code and false comments (too much copy-n-paste).

2003-03-09  Jackson Harper  <jackson@ximian.com>

	* AssemblyAlgorithmIdAttributeTest.cs:
	* AssemblyConfigurationAttributeTest.cs:
	* AssemblyCopyrightAttributeTest.cs:
	* AssemblyCultureAttributeTest.cs:
	* AssemblyDelaySignAttributeTest.cs:
	* AssemblyDescriptionAttributeTest.cs:
	* AssemblyFileVersionAttributeTest.cs:
	* AssemblyInformationalVersionAttributeTest.cs: New test cases
	from nvineeth_mono@yahoo.com.

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

	* ModuleTest.cs: Make the assembly name unique to fix the GlobalData
	test.

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

	* ModuleTest.cs: Fix temp folder path

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

	* AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
	CultureInfo, Version and HashAlgorithm properties.

2003-09-30  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyTest.cs (TestGetType): New regression test for #49114.

2003-05-21  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: New file.

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

	* AssemblyTest.cs: New file.

2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>

	* AssemblyNameTest.cs: Added test for FullName (null cultureinfo).

2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>

	* AssemblyNameTest.cs: Added test for non-signed assembly (which
	returns an empty array - i.e. not null like an empty assembly).

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

	* all: make tests build and run under nunit2

2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>

	* AllTests.cs: Added test suites for AssemblyName and
	StrongNameKeyPair.
	* AssemblyNameTest.cs: New. Test suite for AssemblyName.
	* StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.
