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

	* EnumBuilderTest.cs: Fixed typos so the test is reported in 
	alphabetical order by NUnit.

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

	* TypeBuilderTest.cs: Added tests for completed/created type

	* FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
	checking error conditions for now)

	* EnumBuilderTest.cs: Added tests for EnumBuilder

	* MethodBuilderTest.cs: Added tests for invalid parameter 
	indexes for created types, added test for GetHashCode

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

	* MethodRentalTest.cs: Added check for invalid method size,
	fixed tests on MS.NET, Mono-stylized

2004-04-28  Zoltan Varga  <vargaz@freemail.hu>

	* MethodRentalTest.cs: New file.

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

	* AssemblyBuilderTest.cs: Added new tests to build strongnamed 
	assemblies.

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

	* CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
	so custom attributes on Object do not screw the results.

2004-03-15  Nick Drochak <ndrochak@ieee.org>

	* CustomAttributeBuilderTest.cs: Force test to pass if we are running
	on version 1.1 of the CLR.  That version does not throw the exception.

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

	* AssemblyBuilderAccessTest.cs:
	* CustomAttributeBuilderTest.cs: New test cases
	from nvineeth_mono@yahoo.com.

2004-02-16  Zoltan Varga  <vargaz@freemail.hu>

	* MethodBuilderTest.cs: Fix test so it runs under MS.

	* TypeBuilderTest.cs: Add some tests.

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

	* MethodBuilderTest.cs: Add tests for parameter info.

2004-01-27  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
	KeyFileAttribute from the test, since it must point to a valid keyfile.

2004-01-09  Nick Drochak <ndrochak@ieee.org>

	* TypeBuilderTest.cs (TestEnums): Fix build with csc.

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

	* TypeBuilderTest.cs (IsDefined): Comment out this test, since 
	IsDefined works under mono.

	* TypeBuilderTest.cs (TestEnums): New test for using runtime generated
	enums.

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

	* ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
	limit for the path name.

2003-12-15  Zoltan Varga  <vargaz@freemail.hu>

	* MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
	AddDeclarativeSecurity.

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

	* ConstructorBuilderTest.cs (TestAttributes): Make this test more
	general so it runs on mono too.

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

	* ModuleBuilderTest.cs: Added tests for IsTransient ().

	* ModuleBuilderTest.cs: Added tests for DefineDocument ().

	* AssemblyBuilderTest.cs: Added error handling tests.

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

	* MethodBuilderTest.cs (TestReturnType): Make test more general so
	it works both on Mono and MS.NET.

2003-06-15  Zoltan Varga  <vargaz@freemail.hu>

	* EventBuilderTest.cs: New file.

	* PropertyBuilderTest.cs: New file.

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

	* MethodBuilderTest: correct order of expected and actual values.

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

	* ModuleBuilderTest.cs: New file.

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

	* TypeBuilderTest.cs: More tests.

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

	* AssemblyBuilderTest.cs: More tests.

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

	* MethodBuilderTest.cs: Comment out test which fails because of a mono
	extension to DefineParameter.

2003-02-13  Zoltan Varga  <vargaz@freemail.hu>

	* AssemblyBuilderTest.cs: New file.

2003-02-12  Zoltan Varga  <vargaz@freemail.hu>

	* MethodBuilderTest.cs: Added test for setting MethodImplAttributes
	using a custom attribute.

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

	* ConstructorBuilderTest.cs: added SetCustomAttribute() tests.

	* MethodBuilderTest.cs: updated to NUNIT2 conventions.

	* ConstructorBuilderTest.cs: New file.

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

	* TypeBuilderTest.cs: Added lots of new tests.

2003-02-08  Zoltan Varga  <vargaz@freemail.hu>

	* TypeBuilderTest.cs: New file.

	* MethodBuilderTest.cs ChangeLog: New files.
