[Mono-bugs] [Bug 58234][Nor] Changed - FileSystemWatcher does not seem to work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 15:25:51 -0400 (EDT)


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=58234

--- shadow/58234	2004-06-06 15:16:26.000000000 -0400
+++ shadow/58234.tmp.30684	2004-06-06 15:25:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58234
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: jorn@nl.linux.org               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,20 @@
 ------- Additional Comments From gonzalo@ximian.com  2004-06-06 15:08 -------
 somehow this got reopened
 
 ------- Additional Comments From jorn@nl.linux.org  2004-06-06 15:16 -------
 I meant to add a comment, but apparantly I forgot: your testcase
 breaks when setting IncludeSubdirectories to true.
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-06 15:25 -------
+This is what I did:
+[Terminal 1] gonzalo@k7:/tmp$ mkdir temp
+[Terminal 1] gonzalo@k7:/tmp$ mono fsw.exe temp
+[Terminal 1] Press 'q' to quit the sample.
+[Terminal 2] gonzalo@k7:/tmp/temp$ touch lalaal.txt
+[Terminal 1] File: temp/lalaal.txt Created
+[Terminal 2] gonzalo@k7:/tmp/temp$ mkdir newdir
+[Terminal 2] gonzalo@k7:/tmp/temp$ touch touch newdir/jeje
+[Terminal 2] gonzalo@k7:/tmp/temp$ touch touch newdir/jeje.txt
+[Terminal 1] File: temp/newdir/jeje.txt Created
+
+...unless 'break' has another meaning ;-)