| 123456789101112131415161718192021222324252627282930313233343536 |
- 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
- * ASCIIEncodingTest.cs: added a couple of asserts fot zero-length
- arrays.
- 2003-02-05 Nick Drochak <[email protected]>
- * StringBuilderTest.cs: Test for specific exception using Nunit verson
- 2 style Attribute.
- 2003-01-30 Zoltan Varga <[email protected]>
- * StringBuilderTest.cs: added test for passing a negative capacity to
- the constructor.
- 2002-12-21 Nick Drochak <[email protected]>
- * all: make tests build and run under nunit2
- 2002-12-12 Jackson Harper <[email protected]>
- * AllTests.cs: Comment out UTF8... test (it does not exist)
- 2002-03-17 Mike Kestner <[email protected]>
- * ASCIIEncodingTest.cs : New suite for ASCIIEncoding.
- * AllTests.cs : Add the new suite.
- 2002-02-10 Nick Drochak <[email protected]>
- * 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 <[email protected]>
- * StringBuilderTest.cs: Fixed tests that were failing against mscorlib.
|