ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. 2003-05-26 Atsushi Enomoto <[email protected]>
  2. * FileInfoTest.cs : added tests for ToString().
  3. 2004-05-25 Gonzalo Paniagua Javier <[email protected]>
  4. * DirectoryTest.cs: added test from bug 58875.
  5. 2004-05-24 Sebastien Pouliot <[email protected]>
  6. * MemoryStreamTest.cs: Test that we zeroize old data when we manipulate
  7. the length of the stream. Verify that we throw the same exceptions as
  8. MS fx.
  9. * StreamReaderTest.cs: New tests for integer overflow and null handling
  10. * StreamWriterTest.cs: New tests for integer overflow, disposed
  11. exceptions and null handling.
  12. * StringWriterTest.cs: New tests for integer overflow and disposed
  13. exceptions.
  14. 2004-05-20 Sebastien Pouliot <[email protected]>
  15. * MemoryStream.cs: SetUp is now public (required for new nunit).
  16. 2004-05-20 Jackson Harper <[email protected]>
  17. * DirectoryInfoTest.cs: Add test for CreateSubdirectory.
  18. 2004-04-12 David Sheldon <[email protected]>
  19. * BinaryReaderTest.cs: Changed series of bytes in
  20. ReadDecimal to be a cleaner representation of a real
  21. decimal, as was not a technically correct decimal.
  22. 2004-04-01 Lluis Sanchez Gual <[email protected]>
  23. * BufferedStreamTest.cs: Added test for Position.
  24. 2003-04-03 Atsushi Enomoto <[email protected]>
  25. * PathTest.cs : Added more patterns on TestChangeExtension().
  26. 2004-02-16 Jackson Harper <[email protected]>
  27. * FileTest.cs: We do not need to convert to local time because we
  28. are getting creation time, not utc time.
  29. 2004-01-31 David Sheldon <[email protected]>
  30. * FileSystemInfoTest.cs: Added code to skip CreationTime tests
  31. on Unix, as it doesn't support them.
  32. 2004-01-31 David Sheldon <[email protected]>
  33. * FileSystemInfoTest.cs: Change tests for default times to
  34. be TimeZone agnostic by conversion to universal time before
  35. testing.
  36. 2004-01-22 David Sheldon <[email protected]>
  37. * FileStreamTest.cs: CtorArgumentOutOfRangeException4, we were
  38. testing for this ecveption, but the other parameters were also
  39. invalid. Made them correct. We don't care that MS throw
  40. exceptions in a different order do we?
  41. 2004-01-22 David Sheldon <[email protected]>
  42. * DirectoryTest.cs: Added Ignore to the CreationTime tests,
  43. as Unix filesystems don't support them. Should we only ignore
  44. them on Unix?
  45. 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
  46. * PathTest.cs: added some unix-only tests for GetFullPath.
  47. 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
  48. * PathTest.cs: a couple of tests for bugs.
  49. 2003-01-06 Atsushi Enomoto <[email protected]>
  50. * DirectoryTest.cs : remoed incorrect args.
  51. 2003-12-25 Atsushi Enomoto <[email protected]>
  52. * PathTest.cs : On Unix, "Z:" can be valid local file.
  53. And cosmetic character case fix.
  54. 2003-12-19 Nick Drochak <[email protected]>
  55. * PathTest.cs: Make tests pass on .NET 1.1. Probably still
  56. need to handle different directory and volume separators for
  57. other OS's.
  58. 2003-12-17 Atsushi Enomoto <[email protected]>
  59. * PathTest.cs :
  60. Added more GetPathRoot and GetFullPath tests for windows.
  61. Fixed incorrectly specified arguments in the previous patch.
  62. 2003-12-17 Atsushi Enomoto <[email protected]>
  63. * PathTest.cs : Added more tests for IsPathRooted, HasExtension
  64. and GetExtension.
  65. 2003-12-17 Atsushi Enomoto <[email protected]>
  66. * DirectoryTests.cs : Added some SetCurrentDirectory tests.
  67. 2003-12-17 Nick Drochak <[email protected]>
  68. * FileStreamTest.cs: Ok, it wasn't a 1.1 thing. The test simply would
  69. fail randomly because location 12 was sometimes a file handle.
  70. 2003-12-16 Nick Drochak <[email protected]>
  71. * FileStreamTest.cs: Exception not thrown in .NET 1.1.
  72. And Happy Birthday to Me!
  73. 2003-11-15 Gonzalo Paniagua Javier <[email protected]>
  74. * StringReaderTest.cs: added test from bug #51020.
  75. 2003-10-21 Nick Drochak <[email protected]>
  76. * BufferedSTreamTest.cs: Make TearDown smarter about possible
  77. null member value.
  78. 2003-07-10 Gonzalo Paniagua Javier <[email protected]>
  79. * MemoryStreamTest.cs: added a couple of tests for WriteByte.
  80. 2003-06-30 Zoltan Varga <[email protected]>
  81. * FileStreamTest.cs: New tests for flushing when disposed and zero
  82. buffer size.
  83. 2003-06-18 Nick Drochak <[email protected]>
  84. * FileSystemInfoTest.cs: Simplify a bit.
  85. 2003-06-18 Nick Drochak <[email protected]>
  86. * FileSystemInfoTest.cs: Works on .NET 1.1 now. If these values are
  87. different on 1.0 then we need to wrap with a #if NET_1_1.
  88. 2003-06-12 Zoltan Varga <[email protected]>
  89. * FileStreamTest.cs: New tests for recently fixed bugs.
  90. 2003-06-08 Ville Palo <[email protected]>
  91. * BinaryWriterTest.cs:
  92. * BinaryReaderTest.cs:
  93. * DirectoryTest.cs:
  94. * FileTest.cs: now works with ms.net, clean ups, nunit2, ...
  95. 2003-05-29 Nick Drochak <[email protected]>
  96. * ms_run_test.sh: added .NET verion of helper script
  97. * BinaryReaderTest.cs: fix my oversight
  98. * BinaryWriterTest.cs: cleanups
  99. * BufferedStreamTest.cs: cleanups
  100. * DirectoryInfoTest.cs: cleanups
  101. * DirectoryTest.cs: cleanups
  102. * FileStreamTest.cs: cleanups
  103. 2003-05-29 Nick Drochak <[email protected]>
  104. * BinaryReaderTest.cs:
  105. * BinaryWriterTest.cs:
  106. * DirectoryInfoTest.cs:
  107. * DirectoryTest.cs:
  108. * FileInfoTest.cs:
  109. * FileStreamTest.cs:
  110. * FileSystemInfoTest.cs: Stop throwing exceptions on windows, and sub-
  111. class from Assertion for brevity.
  112. 2003-05-22 Ben Maurer <[email protected]>
  113. StringWriterTest.cs: Added tests from bug #43431 (by Ian MacLean).
  114. 2003-05-22 Nick Drochak <[email protected]>
  115. * StreamReaderTest.cs:
  116. * StreamWriterTest.cs: Forgot nunit v2 TestFixture attribute
  117. 2003-05-22 Zoltan Varga <[email protected]>
  118. * FileTest.cs: Added tests for moving directories.
  119. 2003-05-20 Nick Drochak <[email protected]>
  120. * FileTest.cs:
  121. * StreamReaderTest.cs:
  122. * StreamWriterTest.cs: Workaround for process holding on to directory
  123. that prevented cleanup and deletion.
  124. 2003-05-19 Ville Palo <[email protected]>
  125. * DirectoryTest.cs: Added tests for GetDirectories() and
  126. GetFiles ()
  127. 2003-05-18 Ben Maurer <[email protected]>
  128. * *.cs Cleaned up tests to work around bug that prevented
  129. System.IO from seeing directories starting with '.'
  130. 2003-05-15 Ville Palo <[email protected]>
  131. * FileStreamTest.cs: more cleaning
  132. 2003-05-15 Ville Palo <[email protected]>
  133. * StreamReaderTest.cs:
  134. * StreamWriterTest.cs: now use temp-dir
  135. 2003-05-15 Ville Palo <[email protected]>
  136. * BinaryReaderTest.cs:
  137. * BinaryWriterTest.cs:
  138. * BufferedStreamTest.cs:
  139. * DirectoryInfoTest.cs:
  140. * DirectoryTest.cs:
  141. * FileInfoTest.cs:
  142. * FileSystemInfoTest.cs: clean up, now use temp-dir
  143. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  144. * PathTest.cs: added test for GetFullPath (".") and ".."
  145. 2003-05-13 Ville Palo <[email protected]>
  146. * FileStreamTest.cs:
  147. * FileTest.cs: Clean up. Now use temp directory. also some nunit2
  148. changes
  149. 2003-05-98 Ville Palo <[email protected]>
  150. * FileSystemInfoTest.cs; new file
  151. 2003-05-07 Ben Maurer <[email protected]>
  152. * PathTest.cs
  153. Even more GetFullPath () tests. Includes UNC tests.
  154. 2003-05-06 Ville Palo <[email protected]>
  155. * DirectoryInfoTest.cs: Removed OS-specific test
  156. 2003-05-06 Ville Palo <[email protected]>
  157. * DirectoryTest: Fixed Utc errors
  158. * FileTest: Fixes Utc errors. Now these tests works in other
  159. timezones too.
  160. 2003-05-04 Ben Maurer <[email protected]>
  161. * PathTest.cs
  162. Added new tests for GetFullPath () that include a path with
  163. . and ..
  164. 2003-05-05 Ville Palo <[email protected]>
  165. * DirectoryInfoTest.cs: new file.
  166. 2003-05-04 Ville Palo <[email protected]>
  167. * FileInfoTest.cs: new file.
  168. * FileStreamTest.cs: new tests for Seek ()
  169. 2003-04-29 Ville Palo <[email protected]>
  170. * FileStreamTest.cs: Tests for Flush() adn one one more test for
  171. Ctor exceptions
  172. 2003-04-25 Ville Palo <[email protected]>
  173. * FileTest.cs: more tests..
  174. 2003-04-24 Ville Palo <[email protected]>
  175. * FileTest.cs: Fixed tests and added some.
  176. 2003-04-22 Ville Palo <[email protected]>
  177. * FileTest.cs: More tests.
  178. 2003-04-21 Ville Palo <[email protected]>
  179. * DirectoryTest.cs: lots of new tests. and some fixes and clean ups
  180. 2003-04-20 Miguel de Icaza <[email protected]>
  181. * StringReaderTest.cs: Update test to include read-past-the-end
  182. 2003-04-20 Ville Palo <[email protected]>
  183. * DirectoryTest.cs: new file
  184. 2003-04-16 Ville Palo <[email protected]>
  185. * BufferedStreamTest.cs: new file
  186. 2003-04-14 Ville Palo <[email protected]>
  187. * BinaryWriterTest.cs: Added new file.
  188. 2003-04-13 Ville Palo <[email protected]>
  189. * BinaryReaderTest.cs: Added lots of tests. Somehow I missed that
  190. there are already testcases for BinaryStreamReader :/
  191. 2003-04-12 Gonzalo Paniagua Javier <[email protected]>
  192. * FileStreamTest.cs: added more tests by Gert Driesen
  193. ([email protected]).
  194. 2003-04-12 Ville Palo <[email protected]>
  195. * FileStreamTest.cs More tests.
  196. 2003-04-11 Ville Palo <[email protected]>
  197. * FileStreamTest.cs: File Added and some tests in it.
  198. 2003-04-11 Ville Palo <[email protected]>
  199. * StringReaderTest.cs: Tests for close and some exceptions
  200. 2003-04-11 Ville Palo <[email protected]>
  201. * StringWriterTest.cs: Added some Exception tests.
  202. 2003-04-10 Ville Palo <[email protected]>
  203. * StringWriterTest.cs: Added couple of tests.
  204. 2003-04-05 Nick Drochak <[email protected]>
  205. * PathTest.cs: Use nunit2 convention for exception test.
  206. 2003-03-07 Gonzalo Paniagua Javier <[email protected]>
  207. * StreamReaderTest.cs: added test for exception when the nase stream is
  208. closed. Make the reader.CurrentEncoding test work.
  209. 2003-03-05 Dick Porter <[email protected]>
  210. * MemoryStreamTest.cs: Some more tests
  211. 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
  212. * MemoryStreamTest.cs: some nunit2 love. Added a bunch of new tests.
  213. 2003-02-05 Nick Drochak <[email protected]>
  214. * FileTest.cs: Have setup remove files before testing as well in case
  215. tests were interrupted before TearDown could be called in a previous
  216. run. Also test for specific exception in TestGetCreationTime ().
  217. 2003-01-28 Zoltan Varga <[email protected]>
  218. * FileTest.cs: Added tests for GetCreationTime.
  219. 2002-12-21 Nick Drochak <[email protected]>
  220. * all: make tests build and run under nunit2
  221. 2002-09-24 Gonzalo Paniagua Javier <[email protected]>
  222. * PathTest.cs: added test for null argument in IsPathRooted.
  223. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  224. * BinaryReaderTest.cs: added more tests.
  225. Patch from Eduardo García Cebollero ([email protected]).
  226. 2002-09-19 Nick Drochak <[email protected]>
  227. * StreamReaderTest.cs: Pinpoint error closing streams
  228. 2002-09-10 Gonzalo Paniagua Javier <[email protected]>
  229. * FileTest.cs: don't leave AFile.txt open.
  230. 2002-09-08 Nick Drochak <[email protected]>
  231. * PathTest.cs (TestCombine): XP puts it's system root in WINDOWS not
  232. WINNT.
  233. 2002-09-04 Gonzalo Paniagua Javier <[email protected]>
  234. * PathTest.cs: some fixes to make it work also on unix.
  235. 2002-08-30 Nick Drochak <[email protected]>
  236. * PathTest.cs (TestGetPathRoot): Don't assume current directory will
  237. be on the C: drive (mine wasn't).
  238. 2002-08-29 Gonzalo Paniagua Javier <[email protected]>
  239. * PathTest.cs: improved.
  240. 2002-08-26 Nick Drochak <[email protected]>
  241. * BinaryReaderTest.cs: Closing the stream twice doesn not throw any
  242. exceptions on .NET.
  243. 2002-08-17 Eduardo Garcia Cebollero <[email protected]>
  244. * AllTests.cs: added BinaryReaderTest.Suite.
  245. * BinaryReaderTest.cs: New file.
  246. 2002-06-12 Nick Drochak <[email protected]>
  247. * StringReaderTest.cs: Regression test for a bug that we had were
  248. ReadLine() was not returning null when the string ended with newline.
  249. 2002-05-15 Nick Drochak <[email protected]>
  250. * StreamReaderTest.cs:
  251. * StreamWriterTest.cs:
  252. Make sure invalid file name has invalid characters in it. These are
  253. platform dependant.
  254. 2002-05-14 Nick Drochak <[email protected]>
  255. * FileTest.cs: Delete temporary files after each test method; Catch
  256. unexpected exceptions and report them; Make some Assert messages
  257. unique; Make sure temp files exist before trying Move and Delete, etc.
  258. 2002-05-13 Mike Gray <[email protected]>
  259. * FileTest.cs: Adding better tests for File.Delete, File.Move
  260. 2002-05-12 Mike Gray <[email protected]>
  261. * FileTest.cs: Adding better tests for File.Exists, File.Create,
  262. and File.Copy
  263. 2002-05-12 Nick Drochak <[email protected]>
  264. * StringTest.cs: Add a couple more tests.
  265. * PathTest.cs: Make tests work a bit better on W32 and Linux.
  266. 2002/05/10 Nick Drochak <[email protected]>
  267. * StreamWriterTest.cs: Use "resources" directory and use OS friendly
  268. directory separator characters. This makes the tests run correctly
  269. against MS.NET, but not yet in mono on Linux.
  270. 2002/05/08 Nick Drochak <[email protected]>
  271. * FileTest.cs: Use "resources" directory and use OS friendly
  272. directory separator characters. This makes the tests run correctly
  273. against MS.NET, but not yet in mono on Linux.
  274. 2002-05-08 Nick Drochak <[email protected]>
  275. * StreamWriter.cs: Wrap a try-catch around block of code to find out
  276. what exception is being thrown when it shouldn't.
  277. 2002-05-07 Nick Drochak <[email protected]>
  278. * FileTest.cs: Added TestOpen() from Mike Gray.
  279. * AllTests.cs: Added missing FileTest.Suite as pointed out by Mike
  280. as well.
  281. 2002-05-05 Nick Drochak <[email protected]>
  282. * StreamReaderTest.cs: Change location of sample file. In some places,
  283. use memory stream instead of file stream to eliminate reliance on file
  284. io for now. That area is still a bit immature. Added a bunch of
  285. markers to tell where errors were occuring.
  286. * resources: New directory to hold files open/read, etc. by unit
  287. tests.
  288. 2002-05-01 Nick Drochak <[email protected]>
  289. * StreamReaderTest.cs:
  290. * StreamWriterTest.cs: Catch and display exception info where it wasn't
  291. being caught before.
  292. 2002-03-02 Jason Diamond <[email protected]>
  293. * StringReader.cs: Added test for peeking and reading at the end of
  294. a string.
  295. 2002-02-28 Nick Drochak <[email protected]>
  296. * MemoryStreamTest.cs
  297. * StreamWriterTest.cs
  298. * StringReaderTest.cs: Fix test bugs found by running against mscorlib.
  299. AssertEquals() requires the expected and atual values to be the same
  300. type if they are to be considered equal.
  301. 2002-02-05 Duncan Mak <[email protected]>
  302. * FileTest.cs: Added to CVS. However, this portion of the code
  303. can't be tested right now.
  304. 2002-01-20 Nick Drochak <[email protected]>
  305. * AllTests.cs: removed duplicate MemoryStream test
  306. * MemoryStreamTest.cs: wrapped try-catch blocks around read/write/seek
  307. tests. These were throwing exceptions that NUnit wasn't catching. I
  308. don't think it used to behave this way before .NET.1.0.
  309. 2003-05-04 Ben Maurer <[email protected]>
  310. * Path.cs
  311. (CanonicalizePath) Added optimizations per Miguel's requests.