| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877 |
- 2007-02-19 Boris Kirzner <[email protected]>
- * DirectoryTest.cs, PathTest.cs: added test for
- order of InvalidPathChars on windows.
- 2007-01-31 Gert Driesen <[email protected]>
- * FileStreamTest.cs: Added and improved tests to verify whether the
- reported exceptions match that of MS.>
- 2007-01-31 Gert Driesen <[email protected]>
- * StreamReaderTest.cs: Use Assert class instead of deprecation
- Assertion. Clean-up some tests.
- 2007-01-30 Boris Kirzner <[email protected]>
- * FileNotFoundExceptionTest.cs: fix tests for TARGET_JVM.
- 2007-01-29 Boris Kirzner <[email protected]>
- * BinaryReaderTest.cs, BinaryWriterTest.cs, PathTest.cs: test fixes
- for TARGET_JVM.
- 2007-01-25 Gert Driesen <[email protected]>
- * StreamReaderTest.cs: Added test for bug #75526.
- 2007-01-11 Gert Driesen <[email protected]>
- * DirectoryTest.cs: Fixed compiler warning by improving test.
- 2006-01-25 Bors Kirzner <[email protected]>
- * DirectoryInfoTest.cs, DirectoryTest.cs, FileInfoTest.cs, FileSystemInfoTest.cs
- FileTest.cs: add ifdefs for TARGET_JVM.
-
- 2006-12-21 Gert Driesen <[email protected]>
- * MemoryStreamTest.cs: Added (de)serialization tests for bug #80205.
- 2006-11-28 Gert Driesen <[email protected]>
- * DirectoryTest.cs: Use Assert.Ignore instead of silently ignoring
- test.
- 2006-11-07 Gert Driesen <[email protected]>
- * DirectoryTest.cs: Use Assert class intead of deriving from
- deprecated Assertion class. Only ignore CreationTime test on unix.
- Removed extra tabs.
- 2006-11-07 Dick Porter <[email protected]>
- * DirectoryTest.cs: CreateDirectoryAlreadyExistsAsFile() should
- expect an IOException in the 2.0 profile
- 2006-10-30 Joel Reed <[email protected]>
- * DirectoryInfoTest.cs: Updated tests to support the DirectoryInfo
- SearchOption.AllDirectories
- 2006-09-24 Raja R Harinath <[email protected]>
- * FileInfoTest.cs (IsReadOnly): Fix compilation. Mark as NotWorking.
- 2006-09-24 Gonzalo Paniagua Javier <[email protected]>
- * FileInfoTest.cs: improved IsReadOnly test case. Patch by Joel Reed.
- 2006-09-21 Gert Driesen <[email protected]>
- * FileNotFoundExceptionTest.cs: Added ctor tests.
- 2006-07-06 Dick Porter <[email protected]>
- * DirectoryTest.cs: Test creating a directory when a file or
- directory already exists with the requested name.
- 2006-05-14 Zoltan Varga <[email protected]>
- * DirectoryTest.cs: Ignore one of the tests which causes nunit to abort on
- IA64 due to an exception handling bug.
- 2006-05-08 Atsushi Enomoto <[email protected]>
- * DirectoryTest.cs : don't expect "chmod" on Windows.
- 2006-05-01 Daniel Drake <[email protected]>
- * DirectoryTest.cs: add test for bug #78239, based on suggestion from
- Robert Jordan.
- 2006-04-28 Gonzalo Paniagua Javier <[email protected]>
- * DirectoryTest.cs: added test for bug 78209.
- 2006-04-28 Robert Jordan <[email protected]>
- * PathTest.cs: Added tests for bug #78147.
- 2006-03-21 Gonzalo Paniagua Javier <[email protected]>
- * FileStreamTest.cs: new test from bug #77863.
- 2006-02-27 Gert Driesen <[email protected]>
- * FileTest.cs: In 2.0 profile, no longer expect IOException when path to
- non-existing directory or file is specified in Get***Time(Utc) methods
- (bug #77641). Renamed tests and removed trailing tabs. Removed
- duplicate test. Fixed GetLastWriteTime(Utc) tests that used
- GetLastAccessTime(Utc) instead of GetLastWriteTime(Utc).
- * DirectoryTest.cs: No longer expect IOException when path to
- non-existing directory or file is specified in Get***Time(Utc) methods
- (bug #77641).
- 2006-02-26 Gert Driesen <[email protected]>
- * FileStreamTest.cs: Fixed tests for invalid share value to pass on
- MS.NET 2.0, and all Mono profiles. Added test that verifies the
- correct behavior of all possible FileMode and FileAccess combinations.
- Fixed compiler warning.
- 2006-02-25 Gert Driesen <[email protected]>
- * FileStreamTest.cs: Spaces to tabs, (re)numbered tests.
- 2006-01-18 Atsushi Enomoto <[email protected]>
- * DirectoryInfoTest.cs : don't expect "/" as a top directory on
- Windows.
- 2006-01-13 Ben Maurer <[email protected]>
- * TextWriterTest.cs: Make sure TextWriter calls the char[],int,int
- overload when calling the char[].
- 2006-01-12 Ben Maurer <[email protected]>
- * FileTest.cs: Tests tests for read/writealltext.
- 2006-01-02 Sebastien Pouliot <[email protected]>
- * StreamReaderTest.cs: Added test case when reading a new line (see
- bug #77108 for details).
- * StringReaderTest.cs: Added test case when reading a new line (see
- bug #77108 for details).
- 2005-12-23 Sebastien Pouliot <[email protected]>
- * DirectoryInfoTest.cs: Added test case for #77090 where we skipped
- / as a parent between /home and null.
- 2005-12-21 Sebastien Pouliot <[email protected]>
- * PathTest.cs: Added new test case for #77058 where a Windows drive
- wasn't considered during path canonalization.
- 2005-12-20 Sebastien Pouliot <[email protected]>
- * PathTest.cs: Added new test case for #77007 where a Windows drive is
- specified with a partial path.
- 2005-12-15 Sebastien Pouliot <[email protected]>
- * DirectoryInfoTest.cs: Added test cases for #76191 and #76903.
- * PathTest.cs: Added test cases for #76191, the possible modification
- of InvalidPathChars and the new 2.0 methods.
- 2005-12-14 Sebastien Pouliot <[email protected]>
- * FileLoadExceptionCas.cs: MS fixed this in 2.0 final (#71861).
- * FileNotFoundExceptionCas.cs: MS fixed this in 2.0 final (#71861).
- 2005-10-20 Gonzalo Paniagua Javier <[email protected]>
- * StreamReaderTest.cs: more tests for ReadLine().
- 2005-10-01 Ben Maurer <[email protected]>
- * BinaryReaderTest.cs: new test for long, non-ascii strings
- 2005-09-08 Sebastien Pouliot <[email protected]>
- * MemoryStreamTest.cs: Add more tests for publicly visible (or not)
- contents. Started converting tests to NUnit 2.2 API.
- 2005-07-04 Sebastien Pouliot <[email protected]>
- * DirectoryInfoTest.cs: Added tests for getting parent of root
- directories (using directory separators).
- 2005-07-02 Sebastien Pouliot <[email protected]>
- * DirectoryInfoTest.cs: Added tests for FullName (bug #75443).
- 2005-06-16 Gert Driesen <[email protected]>
- * DirectoryInfoTest.cs: Added tests for bug #75285.
- 2005-06-10 Ben Maurer <[email protected]>
- * FileTest.cs: Fix gonz's typo. Also, clean stuff up by using the
- temp file api, rather than our own hack.
- 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
- * FileTest.cs: yet more invalid array accesses removed.
- 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
- * FileTest.cs: on unix there are no invalid chars and we were trying
- to index beyond the end of the array.
- 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
- * FileTest.cs: removed duplicate test. The same thing is done in
- DeleteOpenStream.
- 2005-05-18 Sebastien Pouliot <[email protected]>
- * StreamCas.cs: New. CAS unit tests to test stack propagation for
- BeginRead and BeginWrite.
- * FileStreamCas.cs: Added tests to test stack propagation for
- BeginRead and BeginWrite.
- 2005-05-09 Sebastien Pouliot <[email protected]>
-
- * DirectoryCas.cs: Fixed IsRunningOnWindows (inversed logic). That
- didn't change the tests as the SecurityException occurs before the
- parameters are checked (when all goes well ;-). Fixed for NET_2_0 too.
- * DirectoryInfoTest.cs: Fixed PlatformID.Unix for NET_2_0.
- 2005-05-06 Ben Maurer <[email protected]>
- * FileTest.cs (OpenAppend): Test for #71088.
- 2005-04-13 Gonzalo Paniagua Javier <[email protected]>
- * DirectoryInfoTest.cs: added test for bug #53173.
- 2005-04-09 Miguel de Icaza <[email protected]>
- * StreamWriterTest.cs: New test for bug #74513.
- 2005-03-24 Sebastien Pouliot <[email protected]>
- * DirectoryCas.cs: Added partial trust unit tests.
- * DirectoryTest.cs: Added missing [Test] attribute to
- SetCreationTimeException1.
- * FileStreamCas.cs: New. CAS unit tests for FileStream.
- * PathCas.cs: New. CAS unit tests for Path.
- * PathTest.cs: Splitted TestGetPathRoot test in two so the second part
- could be re-used in partial trust tests.
- 2005-03-15 Sebastien Pouliot <[email protected]>
- * FileStreamTest.cs: Added tests for all FileMode when a directory
- doesn't exists. Added a test for UnauthorizedAccessException when a
- directory is opened as a file.
- 2005-01-28 Sebastien Pouliot <[email protected]>
- * FileLoadExceptionCas.cs: Fixed failures under MS for NET_1_1.
- * FileNotFoundExceptionCas.cs: Fixed failures under MS for NET_1_1.
- 2005-03-02 Raja R Harinath <[email protected]>
- * FileStreamTest.cs (Constructor_InvalidFileHandle): Fix to work
- on 64-bit platforms.
- 2005-02-06 Gonzalo Paniagua Javier <[email protected]>
- * FileTest.cs: test for invalid characters in file names.
- 2005-01-28 Sebastien Pouliot <[email protected]>
- * DirectoryCas.cs: New. Very limited permission tests for Directory.
- Actually it's only there to support tests for System.Environment.
- * FileLoadExceptionCas.cs: New. Permission tests for FileLoadException
- * FileNotFoundExceptionCas.cs: New. Permission tests for
- FileNotFoundException.
- 2005-01-19 Nick Drochak <[email protected]>
- * FileStreamTest.cs: Fix test regression on .NET. Need to close
- stream so other tests don't fail.
- 2004-12-06 Atsushi Enomoto <[email protected]>
- * TextWriterTest.cs : added.
- 2004-12-04 Ben Maurer <[email protected]>
- * DirectoryInfoTest.cs: Check for CreateSubdirectory with empty string.
- 2004-08-31 Nick Drochak <[email protected]>
- * StringWriterTest.cs: Eliminate ambiguity so csc can compile.
- 2004-06-21 Atsushi Enomoto <[email protected]>
- * FileStreamTest.cs : Added some tests on .ctor() without FileShare.
- 2004-06-21 Atsushi Enomoto <[email protected]>
- FileInfoTest.cs : more '/' and Path.DirectorySeparatorChar fixes
- 2004-06-21 Atsushi Enomoto <[email protected]>
- * DirectoryInfoTest.cs,
- DirectoryTest.cs,
- FileStreamTest.cs,
- FileSystemInfoTest.cs:
- Replace all '/' in path with Path.DirectorySeparatorChar.
- 2004-06-08 Duncan Mak <[email protected]>
- * DirectoryTest.cs (GetParentOfRootDirectory): Add test for
- GetParent from the root directory.
- 2004-06-07 Duncan Mak <[email protected]>
- * FileStreamTest.cs (SetLengthWithClosedBaseStream): New test for
- checking that the correct exception is thrown when the base stream
- is closed.
- 2004-06-03 Sebastien Pouliot <[email protected]>
- * BufferedStreamTest.cs: Modified two tests (using newer helper
- classes) to be more specific and avoid regressions of bugs like
- #59534.
- * StreamHelperTest.cs: New. Helper classes that provides read-only,
- write-only or non-seekable stream.
- 2004-05-31 Sebastien Pouliot <[email protected]>
- * FileTest.cs: Added tests to confirm that Exists never throws
- exceptions even for invalid filenames or for unexisting directories.
- * PathTest.cs: Added windows-specific tests that shows that
- ChangeExtension validate the input patch but doesn't validate the
- resulting path.
- 2004-05-30 Sebastien Pouliot <[email protected]>
- * BufferedStreamTest.cs: Added tests for Position after SetLength,
- SetLength after Close and Seek logic exception handling.
- * FileStream.cs: Added test for invalid SeekOrigin in Seek. Lots of
- new tests for exception handling (negatives, disposed) and test
- reading a byte ast the end of the stream.
- * MemoryStream.cs: Added test for Seek after Close.
- 2004-05-29 Sebastien Pouliot <[email protected]>
- * BinaryReader.cs: Added new cases to check exceptions thrown by Read
- methods.
- 2004-05-26 Atsushi Enomoto <[email protected]>
- * FileInfoTest.cs : more incorrect \ fix.
- 2004-05-26 Sebastien Pouliot <[email protected]>
- * BufferedStreamTest.cs: Added new unit tests for exceptions.
- * FileStreamTest.cs: Added new tests for integer overflow checks.
- * StringReaderTest.cs: Added new tests for integer overflow checks.
- 2003-05-26 Atsushi Enomoto <[email protected]>
- * FileInfoTest.cs : incorrect \ fix. added more cases.
- 2003-05-26 Atsushi Enomoto <[email protected]>
- * FileInfoTest.cs : added tests for ToString().
- 2004-05-25 Gonzalo Paniagua Javier <[email protected]>
- * DirectoryTest.cs: added test from bug 58875.
- 2004-05-24 Sebastien Pouliot <[email protected]>
- * MemoryStreamTest.cs: Test that we zeroize old data when we manipulate
- the length of the stream. Verify that we throw the same exceptions as
- MS fx.
- * StreamReaderTest.cs: New tests for integer overflow and null handling
- * StreamWriterTest.cs: New tests for integer overflow, disposed
- exceptions and null handling.
- * StringWriterTest.cs: New tests for integer overflow and disposed
- exceptions.
- 2004-05-20 Sebastien Pouliot <[email protected]>
- * MemoryStream.cs: SetUp is now public (required for new nunit).
- 2004-05-20 Jackson Harper <[email protected]>
- * DirectoryInfoTest.cs: Add test for CreateSubdirectory.
-
- 2004-04-12 David Sheldon <[email protected]>
- * BinaryReaderTest.cs: Changed series of bytes in
- ReadDecimal to be a cleaner representation of a real
- decimal, as was not a technically correct decimal.
-
- 2004-04-01 Lluis Sanchez Gual <[email protected]>
- * BufferedStreamTest.cs: Added test for Position.
- 2003-04-03 Atsushi Enomoto <[email protected]>
- * PathTest.cs : Added more patterns on TestChangeExtension().
- 2004-02-16 Jackson Harper <[email protected]>
- * FileTest.cs: We do not need to convert to local time because we
- are getting creation time, not utc time.
-
- 2004-01-31 David Sheldon <[email protected]>
- * FileSystemInfoTest.cs: Added code to skip CreationTime tests
- on Unix, as it doesn't support them.
- 2004-01-31 David Sheldon <[email protected]>
- * FileSystemInfoTest.cs: Change tests for default times to
- be TimeZone agnostic by conversion to universal time before
- testing.
- 2004-01-22 David Sheldon <[email protected]>
- * FileStreamTest.cs: CtorArgumentOutOfRangeException4, we were
- testing for this ecveption, but the other parameters were also
- invalid. Made them correct. We don't care that MS throw
- exceptions in a different order do we?
- 2004-01-22 David Sheldon <[email protected]>
- * DirectoryTest.cs: Added Ignore to the CreationTime tests,
- as Unix filesystems don't support them. Should we only ignore
- them on Unix?
- 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
- * PathTest.cs: added some unix-only tests for GetFullPath.
- 2004-01-20 Gonzalo Paniagua Javier <[email protected]>
- * PathTest.cs: a couple of tests for bugs.
- 2003-01-06 Atsushi Enomoto <[email protected]>
- * DirectoryTest.cs : remoed incorrect args.
- 2003-12-25 Atsushi Enomoto <[email protected]>
- * PathTest.cs : On Unix, "Z:" can be valid local file.
- And cosmetic character case fix.
- 2003-12-19 Nick Drochak <[email protected]>
- * PathTest.cs: Make tests pass on .NET 1.1. Probably still
- need to handle different directory and volume separators for
- other OS's.
- 2003-12-17 Atsushi Enomoto <[email protected]>
- * PathTest.cs :
- Added more GetPathRoot and GetFullPath tests for windows.
- Fixed incorrectly specified arguments in the previous patch.
- 2003-12-17 Atsushi Enomoto <[email protected]>
- * PathTest.cs : Added more tests for IsPathRooted, HasExtension
- and GetExtension.
- 2003-12-17 Atsushi Enomoto <[email protected]>
- * DirectoryTests.cs : Added some SetCurrentDirectory tests.
- 2003-12-17 Nick Drochak <[email protected]>
- * FileStreamTest.cs: Ok, it wasn't a 1.1 thing. The test simply would
- fail randomly because location 12 was sometimes a file handle.
- 2003-12-16 Nick Drochak <[email protected]>
- * FileStreamTest.cs: Exception not thrown in .NET 1.1.
- And Happy Birthday to Me!
- 2003-11-15 Gonzalo Paniagua Javier <[email protected]>
- * StringReaderTest.cs: added test from bug #51020.
- 2003-10-21 Nick Drochak <[email protected]>
- * BufferedSTreamTest.cs: Make TearDown smarter about possible
- null member value.
- 2003-07-10 Gonzalo Paniagua Javier <[email protected]>
- * MemoryStreamTest.cs: added a couple of tests for WriteByte.
- 2003-06-30 Zoltan Varga <[email protected]>
- * FileStreamTest.cs: New tests for flushing when disposed and zero
- buffer size.
- 2003-06-18 Nick Drochak <[email protected]>
- * FileSystemInfoTest.cs: Simplify a bit.
- 2003-06-18 Nick Drochak <[email protected]>
- * FileSystemInfoTest.cs: Works on .NET 1.1 now. If these values are
- different on 1.0 then we need to wrap with a #if NET_1_1.
- 2003-06-12 Zoltan Varga <[email protected]>
- * FileStreamTest.cs: New tests for recently fixed bugs.
- 2003-06-08 Ville Palo <[email protected]>
- * BinaryWriterTest.cs:
- * BinaryReaderTest.cs:
- * DirectoryTest.cs:
- * FileTest.cs: now works with ms.net, clean ups, nunit2, ...
-
- 2003-05-29 Nick Drochak <[email protected]>
- * ms_run_test.sh: added .NET verion of helper script
- * BinaryReaderTest.cs: fix my oversight
- * BinaryWriterTest.cs: cleanups
- * BufferedStreamTest.cs: cleanups
- * DirectoryInfoTest.cs: cleanups
- * DirectoryTest.cs: cleanups
- * FileStreamTest.cs: cleanups
- 2003-05-29 Nick Drochak <[email protected]>
- * BinaryReaderTest.cs:
- * BinaryWriterTest.cs:
- * DirectoryInfoTest.cs:
- * DirectoryTest.cs:
- * FileInfoTest.cs:
- * FileStreamTest.cs:
- * FileSystemInfoTest.cs: Stop throwing exceptions on windows, and sub-
- class from Assertion for brevity.
- 2003-05-22 Ben Maurer <[email protected]>
- StringWriterTest.cs: Added tests from bug #43431 (by Ian MacLean).
- 2003-05-22 Nick Drochak <[email protected]>
- * StreamReaderTest.cs:
- * StreamWriterTest.cs: Forgot nunit v2 TestFixture attribute
- 2003-05-22 Zoltan Varga <[email protected]>
- * FileTest.cs: Added tests for moving directories.
- 2003-05-20 Nick Drochak <[email protected]>
- * FileTest.cs:
- * StreamReaderTest.cs:
- * StreamWriterTest.cs: Workaround for process holding on to directory
- that prevented cleanup and deletion.
- 2003-05-19 Ville Palo <[email protected]>
- * DirectoryTest.cs: Added tests for GetDirectories() and
- GetFiles ()
-
- 2003-05-18 Ben Maurer <[email protected]>
- * *.cs Cleaned up tests to work around bug that prevented
- System.IO from seeing directories starting with '.'
- 2003-05-15 Ville Palo <[email protected]>
- * FileStreamTest.cs: more cleaning
-
- 2003-05-15 Ville Palo <[email protected]>
- * StreamReaderTest.cs:
- * StreamWriterTest.cs: now use temp-dir
-
- 2003-05-15 Ville Palo <[email protected]>
- * BinaryReaderTest.cs:
- * BinaryWriterTest.cs:
- * BufferedStreamTest.cs:
- * DirectoryInfoTest.cs:
- * DirectoryTest.cs:
- * FileInfoTest.cs:
- * FileSystemInfoTest.cs: clean up, now use temp-dir
- 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
- * PathTest.cs: added test for GetFullPath (".") and ".."
- 2003-05-13 Ville Palo <[email protected]>
- * FileStreamTest.cs:
- * FileTest.cs: Clean up. Now use temp directory. also some nunit2
- changes
-
- 2003-05-98 Ville Palo <[email protected]>
- * FileSystemInfoTest.cs; new file
-
- 2003-05-07 Ben Maurer <[email protected]>
- * PathTest.cs
- Even more GetFullPath () tests. Includes UNC tests.
-
- 2003-05-06 Ville Palo <[email protected]>
- * DirectoryInfoTest.cs: Removed OS-specific test
-
- 2003-05-06 Ville Palo <[email protected]>
- * DirectoryTest: Fixed Utc errors
- * FileTest: Fixes Utc errors. Now these tests works in other
- timezones too.
-
- 2003-05-04 Ben Maurer <[email protected]>
- * PathTest.cs
- Added new tests for GetFullPath () that include a path with
- . and ..
-
- 2003-05-05 Ville Palo <[email protected]>
- * DirectoryInfoTest.cs: new file.
- 2003-05-04 Ville Palo <[email protected]>
- * FileInfoTest.cs: new file.
- * FileStreamTest.cs: new tests for Seek ()
-
- 2003-04-29 Ville Palo <[email protected]>
- * FileStreamTest.cs: Tests for Flush() adn one one more test for
- Ctor exceptions
-
- 2003-04-25 Ville Palo <[email protected]>
- * FileTest.cs: more tests..
-
- 2003-04-24 Ville Palo <[email protected]>
- * FileTest.cs: Fixed tests and added some.
-
- 2003-04-22 Ville Palo <[email protected]>
- * FileTest.cs: More tests.
-
- 2003-04-21 Ville Palo <[email protected]>
- * DirectoryTest.cs: lots of new tests. and some fixes and clean ups
-
- 2003-04-20 Miguel de Icaza <[email protected]>
- * StringReaderTest.cs: Update test to include read-past-the-end
- 2003-04-20 Ville Palo <[email protected]>
- * DirectoryTest.cs: new file
-
- 2003-04-16 Ville Palo <[email protected]>
- * BufferedStreamTest.cs: new file
-
- 2003-04-14 Ville Palo <[email protected]>
- * BinaryWriterTest.cs: Added new file.
-
- 2003-04-13 Ville Palo <[email protected]>
- * BinaryReaderTest.cs: Added lots of tests. Somehow I missed that
- there are already testcases for BinaryStreamReader :/
-
- 2003-04-12 Gonzalo Paniagua Javier <[email protected]>
- * FileStreamTest.cs: added more tests by Gert Driesen
- ([email protected]).
- 2003-04-12 Ville Palo <[email protected]>
- * FileStreamTest.cs More tests.
-
- 2003-04-11 Ville Palo <[email protected]>
- * FileStreamTest.cs: File Added and some tests in it.
-
- 2003-04-11 Ville Palo <[email protected]>
- * StringReaderTest.cs: Tests for close and some exceptions
-
- 2003-04-11 Ville Palo <[email protected]>
- * StringWriterTest.cs: Added some Exception tests.
-
- 2003-04-10 Ville Palo <[email protected]>
- * StringWriterTest.cs: Added couple of tests.
-
- 2003-04-05 Nick Drochak <[email protected]>
- * PathTest.cs: Use nunit2 convention for exception test.
- 2003-03-07 Gonzalo Paniagua Javier <[email protected]>
- * StreamReaderTest.cs: added test for exception when the nase stream is
- closed. Make the reader.CurrentEncoding test work.
- 2003-03-05 Dick Porter <[email protected]>
- * MemoryStreamTest.cs: Some more tests
- 2003-03-05 Gonzalo Paniagua Javier <[email protected]>
- * MemoryStreamTest.cs: some nunit2 love. Added a bunch of new tests.
- 2003-02-05 Nick Drochak <[email protected]>
- * FileTest.cs: Have setup remove files before testing as well in case
- tests were interrupted before TearDown could be called in a previous
- run. Also test for specific exception in TestGetCreationTime ().
- 2003-01-28 Zoltan Varga <[email protected]>
- * FileTest.cs: Added tests for GetCreationTime.
- 2002-12-21 Nick Drochak <[email protected]>
- * all: make tests build and run under nunit2
- 2002-09-24 Gonzalo Paniagua Javier <[email protected]>
- * PathTest.cs: added test for null argument in IsPathRooted.
- 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
- * BinaryReaderTest.cs: added more tests.
- Patch from Eduardo García Cebollero ([email protected]).
- 2002-09-19 Nick Drochak <[email protected]>
- * StreamReaderTest.cs: Pinpoint error closing streams
- 2002-09-10 Gonzalo Paniagua Javier <[email protected]>
- * FileTest.cs: don't leave AFile.txt open.
- 2002-09-08 Nick Drochak <[email protected]>
- * PathTest.cs (TestCombine): XP puts it's system root in WINDOWS not
- WINNT.
- 2002-09-04 Gonzalo Paniagua Javier <[email protected]>
- * PathTest.cs: some fixes to make it work also on unix.
- 2002-08-30 Nick Drochak <[email protected]>
- * PathTest.cs (TestGetPathRoot): Don't assume current directory will
- be on the C: drive (mine wasn't).
- 2002-08-29 Gonzalo Paniagua Javier <[email protected]>
- * PathTest.cs: improved.
- 2002-08-26 Nick Drochak <[email protected]>
- * BinaryReaderTest.cs: Closing the stream twice doesn not throw any
- exceptions on .NET.
- 2002-08-17 Eduardo Garcia Cebollero <[email protected]>
- * AllTests.cs: added BinaryReaderTest.Suite.
- * BinaryReaderTest.cs: New file.
- 2002-06-12 Nick Drochak <[email protected]>
- * StringReaderTest.cs: Regression test for a bug that we had were
- ReadLine() was not returning null when the string ended with newline.
- 2002-05-15 Nick Drochak <[email protected]>
- * StreamReaderTest.cs:
- * StreamWriterTest.cs:
- Make sure invalid file name has invalid characters in it. These are
- platform dependant.
- 2002-05-14 Nick Drochak <[email protected]>
- * FileTest.cs: Delete temporary files after each test method; Catch
- unexpected exceptions and report them; Make some Assert messages
- unique; Make sure temp files exist before trying Move and Delete, etc.
- 2002-05-13 Mike Gray <[email protected]>
- * FileTest.cs: Adding better tests for File.Delete, File.Move
- 2002-05-12 Mike Gray <[email protected]>
- * FileTest.cs: Adding better tests for File.Exists, File.Create,
- and File.Copy
- 2002-05-12 Nick Drochak <[email protected]>
- * StringTest.cs: Add a couple more tests.
- * PathTest.cs: Make tests work a bit better on W32 and Linux.
- 2002/05/10 Nick Drochak <[email protected]>
- * StreamWriterTest.cs: Use "resources" directory and use OS friendly
- directory separator characters. This makes the tests run correctly
- against MS.NET, but not yet in mono on Linux.
- 2002/05/08 Nick Drochak <[email protected]>
- * FileTest.cs: Use "resources" directory and use OS friendly
- directory separator characters. This makes the tests run correctly
- against MS.NET, but not yet in mono on Linux.
- 2002-05-08 Nick Drochak <[email protected]>
- * StreamWriter.cs: Wrap a try-catch around block of code to find out
- what exception is being thrown when it shouldn't.
- 2002-05-07 Nick Drochak <[email protected]>
- * FileTest.cs: Added TestOpen() from Mike Gray.
- * AllTests.cs: Added missing FileTest.Suite as pointed out by Mike
- as well.
- 2002-05-05 Nick Drochak <[email protected]>
- * StreamReaderTest.cs: Change location of sample file. In some places,
- use memory stream instead of file stream to eliminate reliance on file
- io for now. That area is still a bit immature. Added a bunch of
- markers to tell where errors were occuring.
- * resources: New directory to hold files open/read, etc. by unit
- tests.
- 2002-05-01 Nick Drochak <[email protected]>
- * StreamReaderTest.cs:
- * StreamWriterTest.cs: Catch and display exception info where it wasn't
- being caught before.
- 2002-03-02 Jason Diamond <[email protected]>
- * StringReader.cs: Added test for peeking and reading at the end of
- a string.
- 2002-02-28 Nick Drochak <[email protected]>
- * MemoryStreamTest.cs
- * StreamWriterTest.cs
- * StringReaderTest.cs: Fix test bugs found by running against mscorlib.
- AssertEquals() requires the expected and atual values to be the same
- type if they are to be considered equal.
- 2002-02-05 Duncan Mak <[email protected]>
- * FileTest.cs: Added to CVS. However, this portion of the code
- can't be tested right now.
- 2002-01-20 Nick Drochak <[email protected]>
- * AllTests.cs: removed duplicate MemoryStream test
- * MemoryStreamTest.cs: wrapped try-catch blocks around read/write/seek
- tests. These were throwing exceptions that NUnit wasn't catching. I
- don't think it used to behave this way before .NET.1.0.
- 2003-05-04 Ben Maurer <[email protected]>
- * Path.cs
- (CanonicalizePath) Added optimizations per Miguel's requests.
|