Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Test/System.IO/ChangeLog')
-rw-r--r--mcs/class/corlib/Test/System.IO/ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/corlib/Test/System.IO/ChangeLog b/mcs/class/corlib/Test/System.IO/ChangeLog
index 4def9b5fad8..59e9e3a5172 100644
--- a/mcs/class/corlib/Test/System.IO/ChangeLog
+++ b/mcs/class/corlib/Test/System.IO/ChangeLog
@@ -1,11 +1,3 @@
-2004-05-31 Sebastien Pouliot <sebastien@ximian.com>
-
- * 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 <sebastien@ximian.com>
* BufferedStreamTest.cs: Added tests for Position after SetLength,