[Mono-bugs] [Bug 79118][Nor] Changed - FileIOPermission.UnionKeys only considers first entry of list
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 21 11:24:51 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79118
--- shadow/79118 2006-08-20 16:53:17.000000000 -0400
+++ shadow/79118.tmp.18514 2006-08-21 11:24:51.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79118
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: peter.dettman at iinet.net.au
QAContact: mono-bugs at ximian.com
@@ -65,6 +65,17 @@
A patch to fix follows.
------- Additional Comments From peter.dettman at iinet.net.au 2006-08-20 06:17 -------
Created an attachment (id=17480)
Proposed patch to FileIOPermission.cs
+
+------- Additional Comments From sebastien at ximian.com 2006-08-21 11:24 -------
+Fixed in SVN r64144/64145.
+
+The last condition inside the loop should have been outside. Thanks
+for catching this (and the fact that some methods should be static).
+
+Your test sample has been added to the unit tests (SVN r64146) and I
+also added another test case for partial directories/files based on
+the TODO from your patch (also fixed in SVN).
+
More information about the mono-bugs
mailing list