2004-03-19 Dick Porter * UnicodeEncodingTest.cs: Test for character counts on subranges of arrays with a BOM at the start of the array. 2004-03-10 Juraj Skripsky * StringBuilderTest.cs: added new test for bug in Insert. 2004-01-23 Gonzalo Paniagua Javier * StringBuilderTest.cs: added test for bug #53240. 2004-01-14 Gonzalo Paniagua Javier * StringBuilderTest.cs: added tests for the couple of bugs found in the new StringBuilder implementation. 2003-05-14 Nick Drochak * UTF7EncodingTest.cs: * UTF8EncodingTest.cs: added from Patrick Kalkman 2003-05-10 Gonzalo Paniagua Javier * StringBuilderTest.cs: added replace tests from bug #41397 by >. 2003-03-05 Gonzalo Paniagua Javier * ASCIIEncodingTest.cs: added a couple of asserts fot zero-length arrays. 2003-02-05 Nick Drochak * StringBuilderTest.cs: Test for specific exception using Nunit verson 2 style Attribute. 2003-01-30 Zoltan Varga * StringBuilderTest.cs: added test for passing a negative capacity to the constructor. 2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-12-12 Jackson Harper * AllTests.cs: Comment out UTF8... test (it does not exist) 2002-03-17 Mike Kestner * ASCIIEncodingTest.cs : New suite for ASCIIEncoding. * AllTests.cs : Add the new suite. 2002-02-10 Nick Drochak * 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 * StringBuilderTest.cs: Fixed tests that were failing against mscorlib.