[Mono-bugs] [Bug 79250][Wis] Changed - FileShare.Delete not accepted by System.IO.FileStream ctor

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 21 12:49:13 EDT 2007


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 dick at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79250

--- shadow/79250	2007-06-21 08:17:06.000000000 -0400
+++ shadow/79250.tmp.8144	2007-06-21 12:49:13.000000000 -0400
@@ -80,6 +80,9 @@
 The value of (FileShare.Delete|FileShare.ReadWrite) = 7 so the patch
 does not resolve the problem.
 
 I think the good test should be:
 if (share < FileShare.None || share > FileShare.Delete |
 FileShare.ReadWrite)
+
+------- Additional Comments From dick at ximian.com  2007-06-21 12:49 -------
+Updated test committed to svn.  Thanks.


More information about the mono-bugs mailing list