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.Security.Permissions/ChangeLog')
-rw-r--r--mcs/class/corlib/Test/System.Security.Permissions/ChangeLog18
1 files changed, 0 insertions, 18 deletions
diff --git a/mcs/class/corlib/Test/System.Security.Permissions/ChangeLog b/mcs/class/corlib/Test/System.Security.Permissions/ChangeLog
deleted file mode 100644
index 16d10adaf53..00000000000
--- a/mcs/class/corlib/Test/System.Security.Permissions/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-2002-06-18 Nick Drochak <ndrochak@gol.com>
-
- * FileIOPermissionTest.cs: Use Unix paths if it looks like we are not
- running the tests on Windows. Need to expand this when we run the
- tests on Mac OS's (and others I suppose). Also consolidated some
- redundant code.
-
-2002-02-09 Nick Drochak <ndrochak@gol.com>
-
- * FileIOPermissionTest.cs: Remove intersect test where it was trying
- to intersect a permission with itself. This throws an exception
- with mscorlib.
-
-2002-01-14 Nick Drochak <ndrochak@gol.com>
-
- * FileIOPermissionTest.cs: New File.
- * AllTests.cs: New File.
-