[Mono-bugs] [Bug 41287][Nor] Changed - WaitHandle objects usable after Close

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 15:54:21 -0500 (EST)


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 gonzalo@ximian.com.

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

--- shadow/41287	2005-01-13 15:53:57.000000000 -0500
+++ shadow/41287.tmp.22786	2005-01-13 15:54:21.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 41287
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: dick@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
 QAContact: mono-bugs@ximian.com
@@ -45,6 +45,9 @@
 Not all tests pass under MS runtime.
 I've updated WaitHandle to pass the ones that pass under MS.
 
 Willing to rework the tests?
 It would also be nice to have this as a NUnit test similar to those
 that we already have.
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-13 15:54 -------
+It throws now if a closed event is used.