ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. 2005-01-21 Ben Maurer <[email protected]>
  2. * StringBuilderTest.cs (CapacityFromString): This relies on impl
  3. specific behavior. Rewrite the test.
  4. 2005-01-11 Gonzalo Paniagua Javier <[email protected]>
  5. * System.Text/StringBuilderTest.cs: new tests for capacity when the
  6. StringBuilder is created from a string.
  7. 2005-01-10 Gonzalo Paniagua Javier <[email protected]>
  8. * StringBuilderTest.cs: patch to test for capacity being exceeded.
  9. 2004-06-23 Sebastien Pouliot <[email protected]>
  10. * UTF7EncodingTest.cs: Added 3 more test cases from RFC1642 to decode
  11. and re-encode UTF7 from/to unicode.
  12. 2004-06-07 Atsushi Enomoto <[email protected]>
  13. * UTF8EncodingTest.cs : Added TestThrowOnInvalid().
  14. 2004-05-26 Sebastien Pouliot <[email protected]>
  15. * StringBuilderTest.cs: Added unit tests to be sure integer overflows
  16. are catched.
  17. 2004-05-20 Sebastien Pouliot <[email protected]>
  18. * UTF7EncodingTest.cs, UnicodeEncodingTest.cs: Removed unused SetUp
  19. and TearDown to facilitate searches.
  20. 2004-05-14 Sebastien Pouliot <[email protected]>
  21. * UTF8EncodingTest.cs: Test both characters in test 2.1.4.
  22. 2004-04-14 Sebastien Pouliot <[email protected]>
  23. * UTF8EncodingTest.cs: Ajusted test 3.3.6 and 3.3.7 because MS accept
  24. invalid UTF8 (when it shouldn't) and Mono doesn't. Both case are now
  25. accepted by the unit tests.
  26. 2004-04-14 Sebastien Pouliot <[email protected]>
  27. * UTF8EncodingTest.cs: Added 70 new unit tests from UTF-8-test.txt
  28. (available from http://www.cl.cam.ac.uk/~mgk25/). Tests are adapted
  29. so MS implementation pass them all.
  30. 2004-03-19 Dick Porter <[email protected]>
  31. * UnicodeEncodingTest.cs: Test for character counts on subranges
  32. of arrays with a BOM at the start of the array.
  33. 2004-03-10 Juraj Skripsky <[email protected]>
  34. * StringBuilderTest.cs: added new test for bug in Insert.
  35. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  36. * StringBuilderTest.cs: added test for bug #53240.
  37. 2004-01-14 Gonzalo Paniagua Javier <[email protected]>
  38. * StringBuilderTest.cs: added tests for the couple of bugs found in the
  39. new StringBuilder implementation.
  40. 2003-05-14 Nick Drochak <[email protected]>
  41. * UTF7EncodingTest.cs:
  42. * UTF8EncodingTest.cs: added from Patrick Kalkman <[email protected]>
  43. 2003-05-10 Gonzalo Paniagua Javier <[email protected]>
  44. * StringBuilderTest.cs: added replace tests from bug #41397 by
  45. <[email protected]>>.
  46. 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
  47. * ASCIIEncodingTest.cs: added a couple of asserts fot zero-length
  48. arrays.
  49. 2003-02-05 Nick Drochak <[email protected]>
  50. * StringBuilderTest.cs: Test for specific exception using Nunit verson
  51. 2 style Attribute.
  52. 2003-01-30 Zoltan Varga <[email protected]>
  53. * StringBuilderTest.cs: added test for passing a negative capacity to
  54. the constructor.
  55. 2002-12-21 Nick Drochak <[email protected]>
  56. * all: make tests build and run under nunit2
  57. 2002-12-12 Jackson Harper <[email protected]>
  58. * AllTests.cs: Comment out UTF8... test (it does not exist)
  59. 2002-03-17 Mike Kestner <[email protected]>
  60. * ASCIIEncodingTest.cs : New suite for ASCIIEncoding.
  61. * AllTests.cs : Add the new suite.
  62. 2002-02-10 Nick Drochak <[email protected]>
  63. * AllTests.cs: Remove StringBuilderTest suite. There's a major failure
  64. when it's included and the test errors aren't displayed.
  65. 2002-02-09 Nick Drochak <[email protected]>
  66. * StringBuilderTest.cs: Fixed tests that were failing against mscorlib.