ChangeLog 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. 2003-05-15 Ville Palo <[email protected]>
  2. * StreamReaderTest.cs:
  3. * StreamWriterTest.cs: now use temp-dir
  4. 2003-05-15 Ville Palo <[email protected]>
  5. * BinaryReaderTest.cs:
  6. * BinaryWriterTest.cs:
  7. * BufferedStreamTest.cs:
  8. * DirectoryInfoTest.cs:
  9. * DirectoryTest.cs:
  10. * FileInfoTest.cs:
  11. * FileSystemInfoTest.cs: clean up, now use temp-dir
  12. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  13. * PathTest.cs: added test for GetFullPath (".") and ".."
  14. 2003-05-13 Ville Palo <[email protected]>
  15. * FileStreamTest.cs:
  16. * FileTest.cs: Clean up. Now use temp directory. also some nunit2
  17. changes
  18. 2003-05-98 Ville Palo <[email protected]>
  19. * FileSystemInfoTest.cs; new file
  20. 2003-05-07 Ben Maurer <[email protected]>
  21. * PathTest.cs
  22. Even more GetFullPath () tests. Includes UNC tests.
  23. 2003-05-06 Ville Palo <[email protected]>
  24. * DirectoryInfoTest.cs: Removed OS-specific test
  25. 2003-05-06 Ville Palo <[email protected]>
  26. * DirectoryTest: Fixed Utc errors
  27. * FileTest: Fixes Utc errors. Now these tests works in other
  28. timezones too.
  29. 2003-05-04 Ben Maurer <[email protected]>
  30. * PathTest.cs
  31. Added new tests for GetFullPath () that include a path with
  32. . and ..
  33. 2003-05-05 Ville Palo <[email protected]>
  34. * DirectoryInfoTest.cs: new file.
  35. 2003-05-04 Ville Palo <[email protected]>
  36. * FileInfoTest.cs: new file.
  37. * FileStreamTest.cs: new tests for Seek ()
  38. 2003-04-29 Ville Palo <[email protected]>
  39. * FileStreamTest.cs: Tests for Flush() adn one one more test for
  40. Ctor exceptions
  41. 2003-04-25 Ville Palo <[email protected]>
  42. * FileTest.cs: more tests..
  43. 2003-04-24 Ville Palo <[email protected]>
  44. * FileTest.cs: Fixed tests and added some.
  45. 2003-04-22 Ville Palo <[email protected]>
  46. * FileTest.cs: More tests.
  47. 2003-04-21 Ville Palo <[email protected]>
  48. * DirectoryTest.cs: lots of new tests. and some fixes and clean ups
  49. 2003-04-20 Miguel de Icaza <[email protected]>
  50. * StringReaderTest.cs: Update test to include read-past-the-end
  51. 2003-04-20 Ville Palo <[email protected]>
  52. * DirectoryTest.cs: new file
  53. 2003-04-16 Ville Palo <[email protected]>
  54. * BufferedStreamTest.cs: new file
  55. 2003-04-14 Ville Palo <[email protected]>
  56. * BinaryWriterTest.cs: Added new file.
  57. 2003-04-13 Ville Palo <[email protected]>
  58. * BinaryReaderTest.cs: Added lots of tests. Somehow I missed that
  59. there are already testcases for BinaryStreamReader :/
  60. 2003-04-12 Gonzalo Paniagua Javier <[email protected]>
  61. * FileStreamTest.cs: added more tests by Gert Driesen
  62. ([email protected]).
  63. 2003-04-12 Ville Palo <[email protected]>
  64. * FileStreamTest.cs More tests.
  65. 2003-04-11 Ville Palo <[email protected]>
  66. * FileStreamTest.cs: File Added and some tests in it.
  67. 2003-04-11 Ville Palo <[email protected]>
  68. * StringReaderTest.cs: Tests for close and some exceptions
  69. 2003-04-11 Ville Palo <[email protected]>
  70. * StringWriterTest.cs: Added some Exception tests.
  71. 2003-04-10 Ville Palo <[email protected]>
  72. * StringWriterTest.cs: Added couple of tests.
  73. 2003-04-05 Nick Drochak <[email protected]>
  74. * PathTest.cs: Use nunit2 convention for exception test.
  75. 2003-03-07 Gonzalo Paniagua Javier <[email protected]>
  76. * StreamReaderTest.cs: added test for exception when the nase stream is
  77. closed. Make the reader.CurrentEncoding test work.
  78. 2003-03-05 Dick Porter <[email protected]>
  79. * MemoryStreamTest.cs: Some more tests
  80. 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
  81. * MemoryStreamTest.cs: some nunit2 love. Added a bunch of new tests.
  82. 2003-02-05 Nick Drochak <[email protected]>
  83. * FileTest.cs: Have setup remove files before testing as well in case
  84. tests were interrupted before TearDown could be called in a previous
  85. run. Also test for specific exception in TestGetCreationTime ().
  86. 2003-01-28 Zoltan Varga <[email protected]>
  87. * FileTest.cs: Added tests for GetCreationTime.
  88. 2002-12-21 Nick Drochak <[email protected]>
  89. * all: make tests build and run under nunit2
  90. 2002-09-24 Gonzalo Paniagua Javier <[email protected]>
  91. * PathTest.cs: added test for null argument in IsPathRooted.
  92. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  93. * BinaryReaderTest.cs: added more tests.
  94. Patch from Eduardo García Cebollero ([email protected]).
  95. 2002-09-19 Nick Drochak <[email protected]>
  96. * StreamReaderTest.cs: Pinpoint error closing streams
  97. 2002-09-10 Gonzalo Paniagua Javier <[email protected]>
  98. * FileTest.cs: don't leave AFile.txt open.
  99. 2002-09-08 Nick Drochak <[email protected]>
  100. * PathTest.cs (TestCombine): XP puts it's system root in WINDOWS not
  101. WINNT.
  102. 2002-09-04 Gonzalo Paniagua Javier <[email protected]>
  103. * PathTest.cs: some fixes to make it work also on unix.
  104. 2002-08-30 Nick Drochak <[email protected]>
  105. * PathTest.cs (TestGetPathRoot): Don't assume current directory will
  106. be on the C: drive (mine wasn't).
  107. 2002-08-29 Gonzalo Paniagua Javier <[email protected]>
  108. * PathTest.cs: improved.
  109. 2002-08-26 Nick Drochak <[email protected]>
  110. * BinaryReaderTest.cs: Closing the stream twice doesn not throw any
  111. exceptions on .NET.
  112. 2002-08-17 Eduardo Garcia Cebollero <[email protected]>
  113. * AllTests.cs: added BinaryReaderTest.Suite.
  114. * BinaryReaderTest.cs: New file.
  115. 2002-06-12 Nick Drochak <[email protected]>
  116. * StringReaderTest.cs: Regression test for a bug that we had were
  117. ReadLine() was not returning null when the string ended with newline.
  118. 2002-05-15 Nick Drochak <[email protected]>
  119. * StreamReaderTest.cs:
  120. * StreamWriterTest.cs:
  121. Make sure invalid file name has invalid characters in it. These are
  122. platform dependant.
  123. 2002-05-14 Nick Drochak <[email protected]>
  124. * FileTest.cs: Delete temporary files after each test method; Catch
  125. unexpected exceptions and report them; Make some Assert messages
  126. unique; Make sure temp files exist before trying Move and Delete, etc.
  127. 2002-05-13 Mike Gray <[email protected]>
  128. * FileTest.cs: Adding better tests for File.Delete, File.Move
  129. 2002-05-12 Mike Gray <[email protected]>
  130. * FileTest.cs: Adding better tests for File.Exists, File.Create,
  131. and File.Copy
  132. 2002-05-12 Nick Drochak <[email protected]>
  133. * StringTest.cs: Add a couple more tests.
  134. * PathTest.cs: Make tests work a bit better on W32 and Linux.
  135. 2002/05/10 Nick Drochak <[email protected]>
  136. * StreamWriterTest.cs: Use "resources" directory and use OS friendly
  137. directory separator characters. This makes the tests run correctly
  138. against MS.NET, but not yet in mono on Linux.
  139. 2002/05/08 Nick Drochak <[email protected]>
  140. * FileTest.cs: Use "resources" directory and use OS friendly
  141. directory separator characters. This makes the tests run correctly
  142. against MS.NET, but not yet in mono on Linux.
  143. 2002-05-08 Nick Drochak <[email protected]>
  144. * StreamWriter.cs: Wrap a try-catch around block of code to find out
  145. what exception is being thrown when it shouldn't.
  146. 2002-05-07 Nick Drochak <[email protected]>
  147. * FileTest.cs: Added TestOpen() from Mike Gray.
  148. * AllTests.cs: Added missing FileTest.Suite as pointed out by Mike
  149. as well.
  150. 2002-05-05 Nick Drochak <[email protected]>
  151. * StreamReaderTest.cs: Change location of sample file. In some places,
  152. use memory stream instead of file stream to eliminate reliance on file
  153. io for now. That area is still a bit immature. Added a bunch of
  154. markers to tell where errors were occuring.
  155. * resources: New directory to hold files open/read, etc. by unit
  156. tests.
  157. 2002-05-01 Nick Drochak <[email protected]>
  158. * StreamReaderTest.cs:
  159. * StreamWriterTest.cs: Catch and display exception info where it wasn't
  160. being caught before.
  161. 2002-03-02 Jason Diamond <[email protected]>
  162. * StringReader.cs: Added test for peeking and reading at the end of
  163. a string.
  164. 2002-02-28 Nick Drochak <[email protected]>
  165. * MemoryStreamTest.cs
  166. * StreamWriterTest.cs
  167. * StringReaderTest.cs: Fix test bugs found by running against mscorlib.
  168. AssertEquals() requires the expected and atual values to be the same
  169. type if they are to be considered equal.
  170. 2002-02-05 Duncan Mak <[email protected]>
  171. * FileTest.cs: Added to CVS. However, this portion of the code
  172. can't be tested right now.
  173. 2002-01-20 Nick Drochak <[email protected]>
  174. * AllTests.cs: removed duplicate MemoryStream test
  175. * MemoryStreamTest.cs: wrapped try-catch blocks around read/write/seek
  176. tests. These were throwing exceptions that NUnit wasn't catching. I
  177. don't think it used to behave this way before .NET.1.0.
  178. 2003-05-04 Ben Maurer <[email protected]>
  179. * Path.cs
  180. (CanonicalizePath) Added optimizations per Miguel's requests.