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

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

2004-01-27  Sebastien Pouliot  <spouliot@videotron.ca>

	* SecurityElementTest.cs: Added new tests for duplicate attributes 
	and multiple attribute order and ToString representation.

2004-01-24  David Sheldon <dave-mono@earth.li>

	* CodeAccessPermissionTest.cs (To_String): Compared
	Environment.NewLine rather than "\r\n"

2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>

	* CodeAccessPermissionTest.cs: Fixed CustomCAS test under Windows.

2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>

	* CodeAccessPermissionTest.cs: Added a new test for calling Demand on
	custom code access permission. 
	Ref: http://bugzilla.ximian.com/show_bug.cgi?id=52626
	* SecurityExceptionTest.cs: New. Unit tests for SecurityException.

2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>

	* CodeAccessPermissionTest.cs: New. Unit tests on a non-abstract 
	CodeAccessPermission class.
	* SecurityManagerTest.cs: Removed .Policy from namespace. 

2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>

	* SecurityManagerTest.cs: New. Added VERY minimal unit tests that I 
	used to validate some behaviors.

2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>

	* SecurityElementTest.cs: Added new tests, constructors and null 
	related, and converted to NUnit2.

2003-06-28  Sebastien Pouliot  <spouliot@videotron.ca>

	* PermissionSetTest.cs: New. Partial unit tests for PermissionSet.
	* NamedPermissionSetTest.cs: New. Complete unit tests.

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

	* all: make tests build and run under nunit2

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

	* SecurityElementTest.cs: Catch and report unexpected exceptions.

2002-04-27  Lawrence Pit <loz@cable.a2000.nl>

	* ChangeLog: added
	* AllTests.cs: added
	* SecurityElementTest.cs: added

