2
0

ChangeLog 25 KB

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