[Mono-bugs] [Bug 322330] [Regression] FileSystemWatcher events have incorrect information

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 3 16:00:50 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=322330

User twiest at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=322330#c17





--- Comment #17 from Thomas Wiest <twiest at novell.com>  2008-09-03 14:00:49 MDT ---
The original test case is mostly working now in Mono 2.0 RC1 on SLED 10 SP2
i586.

Still broken:
linux at c224:~/Desktop/bug322330> mkdir /tmp/fsw/xpto
Create: /tmp/fsw/xpto Created

linux at c224:~/Desktop/bug322330> mv /tmp/fsw/xpto/ /tmp/fsw/tmp
Old file: /tmp/fsw/xpto
New file: /tmp/fsw/tmp

linux at c224:~/Desktop/bug322330> echo helloWorld > /tmp/fsw/tmp/hiWorld
Create: /tmp/fsw/xpto/hiWorld Created
File: /tmp/fsw/xpto/hiWorld Changed

*** Notice it still calls the dir /tmp/fsw/xpto even though it has been renamed
to /tmp/fsw/tmp

linux at c224:~/Desktop/bug322330> mv /tmp/fsw/tmp/hiWorld /tmp/fsw/tmp/helloWorld
Old file: /tmp/fsw/xpto/hiWorld
New file: /tmp/fsw/xpto/helloWorld

*** Notice it still calls the dir /tmp/fsw/xpto even though it has been renamed
to /tmp/fsw/tmp


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list