ChangeLog 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774
  1. 2006-02-27 Gert Driesen <[email protected]>
  2. * FileTest.cs: In 2.0 profile, no longer expect IOException when path to
  3. non-existing directory or file is specified in Get***Time(Utc) methods
  4. (bug #77641). Renamed tests and removed trailing tabs. Removed
  5. duplicate test. Fixed GetLastWriteTime(Utc) tests that used
  6. GetLastAccessTime(Utc) instead of GetLastWriteTime(Utc).
  7. * DirectoryTest.cs: No longer expect IOException when path to
  8. non-existing directory or file is specified in Get***Time(Utc) methods
  9. (bug #77641).
  10. 2006-02-26 Gert Driesen <[email protected]>
  11. * FileStreamTest.cs: Fixed tests for invalid share value to pass on
  12. MS.NET 2.0, and all Mono profiles. Added test that verifies the
  13. correct behavior of all possible FileMode and FileAccess combinations.
  14. Fixed compiler warning.
  15. 2006-02-25 Gert Driesen <[email protected]>
  16. * FileStreamTest.cs: Spaces to tabs, (re)numbered tests.
  17. 2006-01-18 Atsushi Enomoto <[email protected]>
  18. * DirectoryInfoTest.cs : don't expect "/" as a top directory on
  19. Windows.
  20. 2006-01-13 Ben Maurer <[email protected]>
  21. * TextWriterTest.cs: Make sure TextWriter calls the char[],int,int
  22. overload when calling the char[].
  23. 2006-01-12 Ben Maurer <[email protected]>
  24. * FileTest.cs: Tests tests for read/writealltext.
  25. 2006-01-02 Sebastien Pouliot <[email protected]>
  26. * StreamReaderTest.cs: Added test case when reading a new line (see
  27. bug #77108 for details).
  28. * StringReaderTest.cs: Added test case when reading a new line (see
  29. bug #77108 for details).
  30. 2005-12-23 Sebastien Pouliot <[email protected]>
  31. * DirectoryInfoTest.cs: Added test case for #77090 where we skipped
  32. / as a parent between /home and null.
  33. 2005-12-21 Sebastien Pouliot <[email protected]>
  34. * PathTest.cs: Added new test case for #77058 where a Windows drive
  35. wasn't considered during path canonalization.
  36. 2005-12-20 Sebastien Pouliot <[email protected]>
  37. * PathTest.cs: Added new test case for #77007 where a Windows drive is
  38. specified with a partial path.
  39. 2005-12-15 Sebastien Pouliot <[email protected]>
  40. * DirectoryInfoTest.cs: Added test cases for #76191 and #76903.
  41. * PathTest.cs: Added test cases for #76191, the possible modification
  42. of InvalidPathChars and the new 2.0 methods.
  43. 2005-12-14 Sebastien Pouliot <[email protected]>
  44. * FileLoadExceptionCas.cs: MS fixed this in 2.0 final (#71861).
  45. * FileNotFoundExceptionCas.cs: MS fixed this in 2.0 final (#71861).
  46. 2005-10-20 Gonzalo Paniagua Javier <[email protected]>
  47. * StreamReaderTest.cs: more tests for ReadLine().
  48. 2005-10-01 Ben Maurer <[email protected]>
  49. * BinaryReaderTest.cs: new test for long, non-ascii strings
  50. 2005-09-08 Sebastien Pouliot <[email protected]>
  51. * MemoryStreamTest.cs: Add more tests for publicly visible (or not)
  52. contents. Started converting tests to NUnit 2.2 API.
  53. 2005-07-04 Sebastien Pouliot <[email protected]>
  54. * DirectoryInfoTest.cs: Added tests for getting parent of root
  55. directories (using directory separators).
  56. 2005-07-02 Sebastien Pouliot <[email protected]>
  57. * DirectoryInfoTest.cs: Added tests for FullName (bug #75443).
  58. 2005-06-16 Gert Driesen <[email protected]>
  59. * DirectoryInfoTest.cs: Added tests for bug #75285.
  60. 2005-06-10 Ben Maurer <[email protected]>
  61. * FileTest.cs: Fix gonz's typo. Also, clean stuff up by using the
  62. temp file api, rather than our own hack.
  63. 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
  64. * FileTest.cs: yet more invalid array accesses removed.
  65. 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
  66. * FileTest.cs: on unix there are no invalid chars and we were trying
  67. to index beyond the end of the array.
  68. 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
  69. * FileTest.cs: removed duplicate test. The same thing is done in
  70. DeleteOpenStream.
  71. 2005-05-18 Sebastien Pouliot <[email protected]>
  72. * StreamCas.cs: New. CAS unit tests to test stack propagation for
  73. BeginRead and BeginWrite.
  74. * FileStreamCas.cs: Added tests to test stack propagation for
  75. BeginRead and BeginWrite.
  76. 2005-05-09 Sebastien Pouliot <[email protected]>
  77. * DirectoryCas.cs: Fixed IsRunningOnWindows (inversed logic). That
  78. didn't change the tests as the SecurityException occurs before the
  79. parameters are checked (when all goes well ;-). Fixed for NET_2_0 too.
  80. * DirectoryInfoTest.cs: Fixed PlatformID.Unix for NET_2_0.
  81. 2005-05-06 Ben Maurer <[email protected]>
  82. * FileTest.cs (OpenAppend): Test for #71088.
  83. 2005-04-13 Gonzalo Paniagua Javier <[email protected]>
  84. * DirectoryInfoTest.cs: added test for bug #53173.
  85. 2005-04-09 Miguel de Icaza <[email protected]>
  86. * StreamWriterTest.cs: New test for bug #74513.
  87. 2005-03-24 Sebastien Pouliot <[email protected]>
  88. * DirectoryCas.cs: Added partial trust unit tests.
  89. * DirectoryTest.cs: Added missing [Test] attribute to
  90. SetCreationTimeException1.
  91. * FileStreamCas.cs: New. CAS unit tests for FileStream.
  92. * PathCas.cs: New. CAS unit tests for Path.
  93. * PathTest.cs: Splitted TestGetPathRoot test in two so the second part
  94. could be re-used in partial trust tests.
  95. 2005-03-15 Sebastien Pouliot <[email protected]>
  96. * FileStreamTest.cs: Added tests for all FileMode when a directory
  97. doesn't exists. Added a test for UnauthorizedAccessException when a
  98. directory is opened as a file.
  99. 2005-01-28 Sebastien Pouliot <[email protected]>
  100. * FileLoadExceptionCas.cs: Fixed failures under MS for NET_1_1.
  101. * FileNotFoundExceptionCas.cs: Fixed failures under MS for NET_1_1.
  102. 2005-03-02 Raja R Harinath <[email protected]>
  103. * FileStreamTest.cs (Constructor_InvalidFileHandle): Fix to work
  104. on 64-bit platforms.
  105. 2005-02-06 Gonzalo Paniagua Javier <[email protected]>
  106. * FileTest.cs: test for invalid characters in file names.
  107. 2005-01-28 Sebastien Pouliot <[email protected]>
  108. * DirectoryCas.cs: New. Very limited permission tests for Directory.
  109. Actually it's only there to support tests for System.Environment.
  110. * FileLoadExceptionCas.cs: New. Permission tests for FileLoadException
  111. * FileNotFoundExceptionCas.cs: New. Permission tests for
  112. FileNotFoundException.
  113. 2005-01-19 Nick Drochak <[email protected]>
  114. * FileStreamTest.cs: Fix test regression on .NET. Need to close
  115. stream so other tests don't fail.
  116. 2004-12-06 Atsushi Enomoto <[email protected]>
  117. * TextWriterTest.cs : added.
  118. 2004-12-04 Ben Maurer <[email protected]>
  119. * DirectoryInfoTest.cs: Check for CreateSubdirectory with empty string.
  120. 2004-08-31 Nick Drochak <[email protected]>
  121. * StringWriterTest.cs: Eliminate ambiguity so csc can compile.
  122. 2004-06-21 Atsushi Enomoto <[email protected]>
  123. * FileStreamTest.cs : Added some tests on .ctor() without FileShare.
  124. 2004-06-21 Atsushi Enomoto <[email protected]>
  125. FileInfoTest.cs : more '/' and Path.DirectorySeparatorChar fixes
  126. 2004-06-21 Atsushi Enomoto <[email protected]>
  127. * DirectoryInfoTest.cs,
  128. DirectoryTest.cs,
  129. FileStreamTest.cs,
  130. FileSystemInfoTest.cs:
  131. Replace all '/' in path with Path.DirectorySeparatorChar.
  132. 2004-06-08 Duncan Mak <[email protected]>
  133. * DirectoryTest.cs (GetParentOfRootDirectory): Add test for
  134. GetParent from the root directory.
  135. 2004-06-07 Duncan Mak <[email protected]>
  136. * FileStreamTest.cs (SetLengthWithClosedBaseStream): New test for
  137. checking that the correct exception is thrown when the base stream
  138. is closed.
  139. 2004-06-03 Sebastien Pouliot <[email protected]>
  140. * BufferedStreamTest.cs: Modified two tests (using newer helper
  141. classes) to be more specific and avoid regressions of bugs like
  142. #59534.
  143. * StreamHelperTest.cs: New. Helper classes that provides read-only,
  144. write-only or non-seekable stream.
  145. 2004-05-31 Sebastien Pouliot <[email protected]>
  146. * FileTest.cs: Added tests to confirm that Exists never throws
  147. exceptions even for invalid filenames or for unexisting directories.
  148. * PathTest.cs: Added windows-specific tests that shows that
  149. ChangeExtension validate the input patch but doesn't validate the
  150. resulting path.
  151. 2004-05-30 Sebastien Pouliot <[email protected]>
  152. * BufferedStreamTest.cs: Added tests for Position after SetLength,
  153. SetLength after Close and Seek logic exception handling.
  154. * FileStream.cs: Added test for invalid SeekOrigin in Seek. Lots of
  155. new tests for exception handling (negatives, disposed) and test
  156. reading a byte ast the end of the stream.
  157. * MemoryStream.cs: Added test for Seek after Close.
  158. 2004-05-29 Sebastien Pouliot <[email protected]>
  159. * BinaryReader.cs: Added new cases to check exceptions thrown by Read
  160. methods.
  161. 2004-05-26 Atsushi Enomoto <[email protected]>
  162. * FileInfoTest.cs : more incorrect \ fix.
  163. 2004-05-26 Sebastien Pouliot <[email protected]>
  164. * BufferedStreamTest.cs: Added new unit tests for exceptions.
  165. * FileStreamTest.cs: Added new tests for integer overflow checks.
  166. * StringReaderTest.cs: Added new tests for integer overflow checks.
  167. 2003-05-26 Atsushi Enomoto <[email protected]>
  168. * FileInfoTest.cs : incorrect \ fix. added more cases.
  169. 2003-05-26 Atsushi Enomoto <[email protected]>
  170. * FileInfoTest.cs : added tests for ToString().
  171. 2004-05-25 Gonzalo Paniagua Javier <[email protected]>
  172. * DirectoryTest.cs: added test from bug 58875.
  173. 2004-05-24 Sebastien Pouliot <[email protected]>
  174. * MemoryStreamTest.cs: Test that we zeroize old data when we manipulate
  175. the length of the stream. Verify that we throw the same exceptions as
  176. MS fx.
  177. * StreamReaderTest.cs: New tests for integer overflow and null handling
  178. * StreamWriterTest.cs: New tests for integer overflow, disposed
  179. exceptions and null handling.
  180. * StringWriterTest.cs: New tests for integer overflow and disposed
  181. exceptions.
  182. 2004-05-20 Sebastien Pouliot <[email protected]>
  183. * MemoryStream.cs: SetUp is now public (required for new nunit).
  184. 2004-05-20 Jackson Harper <[email protected]>
  185. * DirectoryInfoTest.cs: Add test for CreateSubdirectory.
  186. 2004-04-12 David Sheldon <[email protected]>
  187. * BinaryReaderTest.cs: Changed series of bytes in
  188. ReadDecimal to be a cleaner representation of a real
  189. decimal, as was not a technically correct decimal.
  190. 2004-04-01 Lluis Sanchez Gual <[email protected]>
  191. * BufferedStreamTest.cs: Added test for Position.
  192. 2003-04-03 Atsushi Enomoto <[email protected]>
  193. * PathTest.cs : Added more patterns on TestChangeExtension().
  194. 2004-02-16 Jackson Harper <[email protected]>
  195. * FileTest.cs: We do not need to convert to local time because we
  196. are getting creation time, not utc time.
  197. 2004-01-31 David Sheldon <[email protected]>
  198. * FileSystemInfoTest.cs: Added code to skip CreationTime tests
  199. on Unix, as it doesn't support them.
  200. 2004-01-31 David Sheldon <[email protected]>
  201. * FileSystemInfoTest.cs: Change tests for default times to
  202. be TimeZone agnostic by conversion to universal time before
  203. testing.
  204. 2004-01-22 David Sheldon <[email protected]>
  205. * FileStreamTest.cs: CtorArgumentOutOfRangeException4, we were
  206. testing for this ecveption, but the other parameters were also
  207. invalid. Made them correct. We don't care that MS throw
  208. exceptions in a different order do we?
  209. 2004-01-22 David Sheldon <[email protected]>
  210. * DirectoryTest.cs: Added Ignore to the CreationTime tests,
  211. as Unix filesystems don't support them. Should we only ignore
  212. them on Unix?
  213. 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
  214. * PathTest.cs: added some unix-only tests for GetFullPath.
  215. 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
  216. * PathTest.cs: a couple of tests for bugs.
  217. 2003-01-06 Atsushi Enomoto <[email protected]>
  218. * DirectoryTest.cs : remoed incorrect args.
  219. 2003-12-25 Atsushi Enomoto <[email protected]>
  220. * PathTest.cs : On Unix, "Z:" can be valid local file.
  221. And cosmetic character case fix.
  222. 2003-12-19 Nick Drochak <[email protected]>
  223. * PathTest.cs: Make tests pass on .NET 1.1. Probably still
  224. need to handle different directory and volume separators for
  225. other OS's.
  226. 2003-12-17 Atsushi Enomoto <[email protected]>
  227. * PathTest.cs :
  228. Added more GetPathRoot and GetFullPath tests for windows.
  229. Fixed incorrectly specified arguments in the previous patch.
  230. 2003-12-17 Atsushi Enomoto <[email protected]>
  231. * PathTest.cs : Added more tests for IsPathRooted, HasExtension
  232. and GetExtension.
  233. 2003-12-17 Atsushi Enomoto <[email protected]>
  234. * DirectoryTests.cs : Added some SetCurrentDirectory tests.
  235. 2003-12-17 Nick Drochak <[email protected]>
  236. * FileStreamTest.cs: Ok, it wasn't a 1.1 thing. The test simply would
  237. fail randomly because location 12 was sometimes a file handle.
  238. 2003-12-16 Nick Drochak <[email protected]>
  239. * FileStreamTest.cs: Exception not thrown in .NET 1.1.
  240. And Happy Birthday to Me!
  241. 2003-11-15 Gonzalo Paniagua Javier <[email protected]>
  242. * StringReaderTest.cs: added test from bug #51020.
  243. 2003-10-21 Nick Drochak <[email protected]>
  244. * BufferedSTreamTest.cs: Make TearDown smarter about possible
  245. null member value.
  246. 2003-07-10 Gonzalo Paniagua Javier <[email protected]>
  247. * MemoryStreamTest.cs: added a couple of tests for WriteByte.
  248. 2003-06-30 Zoltan Varga <[email protected]>
  249. * FileStreamTest.cs: New tests for flushing when disposed and zero
  250. buffer size.
  251. 2003-06-18 Nick Drochak <[email protected]>
  252. * FileSystemInfoTest.cs: Simplify a bit.
  253. 2003-06-18 Nick Drochak <[email protected]>
  254. * FileSystemInfoTest.cs: Works on .NET 1.1 now. If these values are
  255. different on 1.0 then we need to wrap with a #if NET_1_1.
  256. 2003-06-12 Zoltan Varga <[email protected]>
  257. * FileStreamTest.cs: New tests for recently fixed bugs.
  258. 2003-06-08 Ville Palo <[email protected]>
  259. * BinaryWriterTest.cs:
  260. * BinaryReaderTest.cs:
  261. * DirectoryTest.cs:
  262. * FileTest.cs: now works with ms.net, clean ups, nunit2, ...
  263. 2003-05-29 Nick Drochak <[email protected]>
  264. * ms_run_test.sh: added .NET verion of helper script
  265. * BinaryReaderTest.cs: fix my oversight
  266. * BinaryWriterTest.cs: cleanups
  267. * BufferedStreamTest.cs: cleanups
  268. * DirectoryInfoTest.cs: cleanups
  269. * DirectoryTest.cs: cleanups
  270. * FileStreamTest.cs: cleanups
  271. 2003-05-29 Nick Drochak <[email protected]>
  272. * BinaryReaderTest.cs:
  273. * BinaryWriterTest.cs:
  274. * DirectoryInfoTest.cs:
  275. * DirectoryTest.cs:
  276. * FileInfoTest.cs:
  277. * FileStreamTest.cs:
  278. * FileSystemInfoTest.cs: Stop throwing exceptions on windows, and sub-
  279. class from Assertion for brevity.
  280. 2003-05-22 Ben Maurer <[email protected]>
  281. StringWriterTest.cs: Added tests from bug #43431 (by Ian MacLean).
  282. 2003-05-22 Nick Drochak <[email protected]>
  283. * StreamReaderTest.cs:
  284. * StreamWriterTest.cs: Forgot nunit v2 TestFixture attribute
  285. 2003-05-22 Zoltan Varga <[email protected]>
  286. * FileTest.cs: Added tests for moving directories.
  287. 2003-05-20 Nick Drochak <[email protected]>
  288. * FileTest.cs:
  289. * StreamReaderTest.cs:
  290. * StreamWriterTest.cs: Workaround for process holding on to directory
  291. that prevented cleanup and deletion.
  292. 2003-05-19 Ville Palo <[email protected]>
  293. * DirectoryTest.cs: Added tests for GetDirectories() and
  294. GetFiles ()
  295. 2003-05-18 Ben Maurer <[email protected]>
  296. * *.cs Cleaned up tests to work around bug that prevented
  297. System.IO from seeing directories starting with '.'
  298. 2003-05-15 Ville Palo <[email protected]>
  299. * FileStreamTest.cs: more cleaning
  300. 2003-05-15 Ville Palo <[email protected]>
  301. * StreamReaderTest.cs:
  302. * StreamWriterTest.cs: now use temp-dir
  303. 2003-05-15 Ville Palo <[email protected]>
  304. * BinaryReaderTest.cs:
  305. * BinaryWriterTest.cs:
  306. * BufferedStreamTest.cs:
  307. * DirectoryInfoTest.cs:
  308. * DirectoryTest.cs:
  309. * FileInfoTest.cs:
  310. * FileSystemInfoTest.cs: clean up, now use temp-dir
  311. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  312. * PathTest.cs: added test for GetFullPath (".") and ".."
  313. 2003-05-13 Ville Palo <[email protected]>
  314. * FileStreamTest.cs:
  315. * FileTest.cs: Clean up. Now use temp directory. also some nunit2
  316. changes
  317. 2003-05-98 Ville Palo <[email protected]>
  318. * FileSystemInfoTest.cs; new file
  319. 2003-05-07 Ben Maurer <[email protected]>
  320. * PathTest.cs
  321. Even more GetFullPath () tests. Includes UNC tests.
  322. 2003-05-06 Ville Palo <[email protected]>
  323. * DirectoryInfoTest.cs: Removed OS-specific test
  324. 2003-05-06 Ville Palo <[email protected]>
  325. * DirectoryTest: Fixed Utc errors
  326. * FileTest: Fixes Utc errors. Now these tests works in other
  327. timezones too.
  328. 2003-05-04 Ben Maurer <[email protected]>
  329. * PathTest.cs
  330. Added new tests for GetFullPath () that include a path with
  331. . and ..
  332. 2003-05-05 Ville Palo <[email protected]>
  333. * DirectoryInfoTest.cs: new file.
  334. 2003-05-04 Ville Palo <[email protected]>
  335. * FileInfoTest.cs: new file.
  336. * FileStreamTest.cs: new tests for Seek ()
  337. 2003-04-29 Ville Palo <[email protected]>
  338. * FileStreamTest.cs: Tests for Flush() adn one one more test for
  339. Ctor exceptions
  340. 2003-04-25 Ville Palo <[email protected]>
  341. * FileTest.cs: more tests..
  342. 2003-04-24 Ville Palo <[email protected]>
  343. * FileTest.cs: Fixed tests and added some.
  344. 2003-04-22 Ville Palo <[email protected]>
  345. * FileTest.cs: More tests.
  346. 2003-04-21 Ville Palo <[email protected]>
  347. * DirectoryTest.cs: lots of new tests. and some fixes and clean ups
  348. 2003-04-20 Miguel de Icaza <[email protected]>
  349. * StringReaderTest.cs: Update test to include read-past-the-end
  350. 2003-04-20 Ville Palo <[email protected]>
  351. * DirectoryTest.cs: new file
  352. 2003-04-16 Ville Palo <[email protected]>
  353. * BufferedStreamTest.cs: new file
  354. 2003-04-14 Ville Palo <[email protected]>
  355. * BinaryWriterTest.cs: Added new file.
  356. 2003-04-13 Ville Palo <[email protected]>
  357. * BinaryReaderTest.cs: Added lots of tests. Somehow I missed that
  358. there are already testcases for BinaryStreamReader :/
  359. 2003-04-12 Gonzalo Paniagua Javier <[email protected]>
  360. * FileStreamTest.cs: added more tests by Gert Driesen
  361. ([email protected]).
  362. 2003-04-12 Ville Palo <[email protected]>
  363. * FileStreamTest.cs More tests.
  364. 2003-04-11 Ville Palo <[email protected]>
  365. * FileStreamTest.cs: File Added and some tests in it.
  366. 2003-04-11 Ville Palo <[email protected]>
  367. * StringReaderTest.cs: Tests for close and some exceptions
  368. 2003-04-11 Ville Palo <[email protected]>
  369. * StringWriterTest.cs: Added some Exception tests.
  370. 2003-04-10 Ville Palo <[email protected]>
  371. * StringWriterTest.cs: Added couple of tests.
  372. 2003-04-05 Nick Drochak <[email protected]>
  373. * PathTest.cs: Use nunit2 convention for exception test.
  374. 2003-03-07 Gonzalo Paniagua Javier <[email protected]>
  375. * StreamReaderTest.cs: added test for exception when the nase stream is
  376. closed. Make the reader.CurrentEncoding test work.
  377. 2003-03-05 Dick Porter <[email protected]>
  378. * MemoryStreamTest.cs: Some more tests
  379. 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
  380. * MemoryStreamTest.cs: some nunit2 love. Added a bunch of new tests.
  381. 2003-02-05 Nick Drochak <[email protected]>
  382. * FileTest.cs: Have setup remove files before testing as well in case
  383. tests were interrupted before TearDown could be called in a previous
  384. run. Also test for specific exception in TestGetCreationTime ().
  385. 2003-01-28 Zoltan Varga <[email protected]>
  386. * FileTest.cs: Added tests for GetCreationTime.
  387. 2002-12-21 Nick Drochak <[email protected]>
  388. * all: make tests build and run under nunit2
  389. 2002-09-24 Gonzalo Paniagua Javier <[email protected]>
  390. * PathTest.cs: added test for null argument in IsPathRooted.
  391. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  392. * BinaryReaderTest.cs: added more tests.
  393. Patch from Eduardo García Cebollero ([email protected]).
  394. 2002-09-19 Nick Drochak <[email protected]>
  395. * StreamReaderTest.cs: Pinpoint error closing streams
  396. 2002-09-10 Gonzalo Paniagua Javier <[email protected]>
  397. * FileTest.cs: don't leave AFile.txt open.
  398. 2002-09-08 Nick Drochak <[email protected]>
  399. * PathTest.cs (TestCombine): XP puts it's system root in WINDOWS not
  400. WINNT.
  401. 2002-09-04 Gonzalo Paniagua Javier <[email protected]>
  402. * PathTest.cs: some fixes to make it work also on unix.
  403. 2002-08-30 Nick Drochak <[email protected]>
  404. * PathTest.cs (TestGetPathRoot): Don't assume current directory will
  405. be on the C: drive (mine wasn't).
  406. 2002-08-29 Gonzalo Paniagua Javier <[email protected]>
  407. * PathTest.cs: improved.
  408. 2002-08-26 Nick Drochak <[email protected]>
  409. * BinaryReaderTest.cs: Closing the stream twice doesn not throw any
  410. exceptions on .NET.
  411. 2002-08-17 Eduardo Garcia Cebollero <[email protected]>
  412. * AllTests.cs: added BinaryReaderTest.Suite.
  413. * BinaryReaderTest.cs: New file.
  414. 2002-06-12 Nick Drochak <[email protected]>
  415. * StringReaderTest.cs: Regression test for a bug that we had were
  416. ReadLine() was not returning null when the string ended with newline.
  417. 2002-05-15 Nick Drochak <[email protected]>
  418. * StreamReaderTest.cs:
  419. * StreamWriterTest.cs:
  420. Make sure invalid file name has invalid characters in it. These are
  421. platform dependant.
  422. 2002-05-14 Nick Drochak <[email protected]>
  423. * FileTest.cs: Delete temporary files after each test method; Catch
  424. unexpected exceptions and report them; Make some Assert messages
  425. unique; Make sure temp files exist before trying Move and Delete, etc.
  426. 2002-05-13 Mike Gray <[email protected]>
  427. * FileTest.cs: Adding better tests for File.Delete, File.Move
  428. 2002-05-12 Mike Gray <[email protected]>
  429. * FileTest.cs: Adding better tests for File.Exists, File.Create,
  430. and File.Copy
  431. 2002-05-12 Nick Drochak <[email protected]>
  432. * StringTest.cs: Add a couple more tests.
  433. * PathTest.cs: Make tests work a bit better on W32 and Linux.
  434. 2002/05/10 Nick Drochak <[email protected]>
  435. * StreamWriterTest.cs: Use "resources" directory and use OS friendly
  436. directory separator characters. This makes the tests run correctly
  437. against MS.NET, but not yet in mono on Linux.
  438. 2002/05/08 Nick Drochak <[email protected]>
  439. * FileTest.cs: Use "resources" directory and use OS friendly
  440. directory separator characters. This makes the tests run correctly
  441. against MS.NET, but not yet in mono on Linux.
  442. 2002-05-08 Nick Drochak <[email protected]>
  443. * StreamWriter.cs: Wrap a try-catch around block of code to find out
  444. what exception is being thrown when it shouldn't.
  445. 2002-05-07 Nick Drochak <[email protected]>
  446. * FileTest.cs: Added TestOpen() from Mike Gray.
  447. * AllTests.cs: Added missing FileTest.Suite as pointed out by Mike
  448. as well.
  449. 2002-05-05 Nick Drochak <[email protected]>
  450. * StreamReaderTest.cs: Change location of sample file. In some places,
  451. use memory stream instead of file stream to eliminate reliance on file
  452. io for now. That area is still a bit immature. Added a bunch of
  453. markers to tell where errors were occuring.
  454. * resources: New directory to hold files open/read, etc. by unit
  455. tests.
  456. 2002-05-01 Nick Drochak <[email protected]>
  457. * StreamReaderTest.cs:
  458. * StreamWriterTest.cs: Catch and display exception info where it wasn't
  459. being caught before.
  460. 2002-03-02 Jason Diamond <[email protected]>
  461. * StringReader.cs: Added test for peeking and reading at the end of
  462. a string.
  463. 2002-02-28 Nick Drochak <[email protected]>
  464. * MemoryStreamTest.cs
  465. * StreamWriterTest.cs
  466. * StringReaderTest.cs: Fix test bugs found by running against mscorlib.
  467. AssertEquals() requires the expected and atual values to be the same
  468. type if they are to be considered equal.
  469. 2002-02-05 Duncan Mak <[email protected]>
  470. * FileTest.cs: Added to CVS. However, this portion of the code
  471. can't be tested right now.
  472. 2002-01-20 Nick Drochak <[email protected]>
  473. * AllTests.cs: removed duplicate MemoryStream test
  474. * MemoryStreamTest.cs: wrapped try-catch blocks around read/write/seek
  475. tests. These were throwing exceptions that NUnit wasn't catching. I
  476. don't think it used to behave this way before .NET.1.0.
  477. 2003-05-04 Ben Maurer <[email protected]>
  478. * Path.cs
  479. (CanonicalizePath) Added optimizations per Miguel's requests.