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

	* StringBuilderTest.cs (MaxCapacity_Overflow3): Test for #72244.

2005-01-21  Ben Maurer  <bmaurer@ximian.com>

	* StringBuilderTest.cs (CapacityFromString): This relies on impl
	specific behavior. Rewrite the test.

2005-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Text/StringBuilderTest.cs: new tests for capacity when the
	StringBuilder is created from a string.

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

	* StringBuilderTest.cs: patch to test for capacity being exceeded.

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

	* UTF7EncodingTest.cs: Added 3 more test cases from RFC1642 to decode
	and re-encode UTF7 from/to unicode.

2004-06-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UTF8EncodingTest.cs : Added TestThrowOnInvalid().

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

	* StringBuilderTest.cs: Added unit tests to be sure integer overflows
	are catched.

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

	* UTF7EncodingTest.cs, UnicodeEncodingTest.cs: Removed unused SetUp 
	and TearDown to facilitate searches.

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

	* UTF8EncodingTest.cs: Test both characters in test 2.1.4.

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

	* UTF8EncodingTest.cs: Ajusted test 3.3.6 and 3.3.7 because MS accept
	invalid UTF8 (when it shouldn't) and Mono doesn't. Both case are now
	accepted by the unit tests.

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

	* UTF8EncodingTest.cs: Added 70 new unit tests from UTF-8-test.txt
	(available from http://www.cl.cam.ac.uk/~mgk25/). Tests are adapted
	so MS implementation pass them all.

2004-03-19  Dick Porter  <dick@ximian.com>

	* UnicodeEncodingTest.cs: Test for character counts on subranges
	of arrays with a BOM at the start of the array.

2004-03-10  Juraj Skripsky <juraj@hotfeet.ch>

	* StringBuilderTest.cs: added new test for bug in Insert.

2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* StringBuilderTest.cs: added test for bug #53240.

2004-01-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* StringBuilderTest.cs: added tests for the couple of bugs found in the
	new StringBuilder implementation.

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

	* UTF7EncodingTest.cs: 
	* UTF8EncodingTest.cs: added from Patrick Kalkman <kalkman@cistron.nl>

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

	* StringBuilderTest.cs: added replace tests from bug #41397 by
	<tom@acquist.com>>.

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

	* ASCIIEncodingTest.cs: added a couple of asserts fot zero-length
	arrays.

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

	* StringBuilderTest.cs: Test for specific exception using Nunit verson
	2 style Attribute.

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

	* StringBuilderTest.cs: added test for passing a negative capacity to
	the constructor.

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

	* all: make tests build and run under nunit2

2002-12-12 Jackson Harper <jackson@latitudegeo.com>

	* AllTests.cs: Comment out UTF8... test (it does not exist)

2002-03-17  Mike Kestner  <mkestner@speakeasy.net>

	* ASCIIEncodingTest.cs : New suite for ASCIIEncoding.
	* AllTests.cs : Add the new suite.

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

	* AllTests.cs: Remove StringBuilderTest suite.  There's a major failure
	when it's included and the test errors aren't displayed. 

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

	* StringBuilderTest.cs: Fixed tests that were failing against mscorlib. 
