2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* AssemblyNameTest.cs: Added tests to Version method,
	in order to do additional checks with AssemblyBuilder
	version.
	
2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AssemblyTest.cs: put back GetEntryAssembly, but this one is working.

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

	* AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
	because (1) it was renamed to PortableExecutableKinds *and* (2)
	it's documented as obsolete and will be removed for 2.0 RTM.

2005-06-06  Zoltan Varga  <vargaz@freemail.hu>

	* MethodInfoTest.cs: Disable pseudo custom attribute test.

2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>

	* AssemblyTest.cs: Enabled test for bug #74958.

2005-05-27  Zoltan Varga  <vargaz@freemail.hu>

	* MethodInfoTest.cs: Reenable the pseudo attribute test.

2005-05-25  Zoltan Varga  <vargaz@freemail.hu>

	* TypeDelegatorTest.cs: New file.

	* MethodInfoTest.cs: Add a test for bug #75029.

2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>

	* AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
	Beta 2.

2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>

	* AssemblyTest.cs: Added (ignored) test case for bug #74958.

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

	* EventInfoTest.cs: New file. Has a test case for #64191.

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

	* AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
	ReflectionOnly tests as they break every tests afterward. Calberto
	is looking for the problem...

2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyCas.cs: New. CAS unit tests for Assembly.

2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
	(beta2).

2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyTest.cs: Added tests for GetObjectData (null) and 
	GetReferencedAssemblies (no codebase returned) methods.

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

	* FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
	* MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.

2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* AssemblyTest.cs: Added tests for ReflectionOnly support.
	* MethodInfoTest.cs: Added test for Reflection Only support.
	* FieldInfoTest.cs: Added tests for ReflectionOnly support.
	
2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyNameTest.cs: Added tests for Clone and serialization without
	a strongname.
	* AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
	* StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
	in CAS tests.
	* StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.

2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyNameTest.cs: Add test for ArgumentNullException on 
	GetObjectData. Made existing tests more nunit2.2 like.
	* ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
	properties.
	* ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.

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

	* ModuleCas.cs: New. CAS unit tests for Module.

2005-03-01  Zoltan Varga  <vargaz@freemail.hu>

	* MethodInfoTest.cs: Disable code causing mcs to fail.

2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
	attribute as it wasn't required (and gives a compilation warning).

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

	* ModuleTest.cs: Long path names gives Windows fits.

2005-01-19  Zoltan Varga  <vargaz@freemail.hu>

	* MethodInfoTest.cs: Add tests for GetMethodBody.

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

	* AssemblyTest.cs: Try loading assembly from .NET tests and mono tests

2004-11-05  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.

	* MethodInfoTest.cs: Add test for byref parameters to Invoke ().

2004-09-26  Zoltan Varga  <vargaz@freemail.hu>

	* FieldInfoTest.cs: Add tests for MarshalAsAttribute.

	* ParameterInfoTest.cs: Add tests for MarshalAsAttribute.

	* FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
	
	* FieldInfoTest.cs: New file.

	* MethodInfoTest.cs: Add tests for PreserveSigAttribute.
	
	* MethodInfoTest.cs: New file.

2004-09-25  Zoltan Varga  <vargaz@freemail.hu>

	* ParameterInfoTest.cs: New file.

2004-09-22  Zoltan Varga  <vargaz@freemail.hu>

	* ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.

2004-09-20  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.

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

	* BinderTests.cs: Make tests pass on MS.NET 1.1.

2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>

	* AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
	existing tests to NUnit 2.2.

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.
