2
0

ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
  2. * ASCIIEncodingTest.cs: added a couple of asserts fot zero-length
  3. arrays.
  4. 2003-02-05 Nick Drochak <[email protected]>
  5. * StringBuilderTest.cs: Test for specific exception using Nunit verson
  6. 2 style Attribute.
  7. 2003-01-30 Zoltan Varga <[email protected]>
  8. * StringBuilderTest.cs: added test for passing a negative capacity to
  9. the constructor.
  10. 2002-12-21 Nick Drochak <[email protected]>
  11. * all: make tests build and run under nunit2
  12. 2002-12-12 Jackson Harper <[email protected]>
  13. * AllTests.cs: Comment out UTF8... test (it does not exist)
  14. 2002-03-17 Mike Kestner <[email protected]>
  15. * ASCIIEncodingTest.cs : New suite for ASCIIEncoding.
  16. * AllTests.cs : Add the new suite.
  17. 2002-02-10 Nick Drochak <[email protected]>
  18. * AllTests.cs: Remove StringBuilderTest suite. There's a major failure
  19. when it's included and the test errors aren't displayed.
  20. 2002-02-09 Nick Drochak <[email protected]>
  21. * StringBuilderTest.cs: Fixed tests that were failing against mscorlib.