[Mono-bugs] [Bug 359181] New: FileSystemWatcher: OldName and Name swapped on rename

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 6 07:52:35 EST 2008


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


           Summary: FileSystemWatcher: OldName and Name swapped on rename
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=193401)
 --> (https://bugzilla.novell.com/attachment.cgi?id=193401)
test case - testwatcher.cs

Test case
=========

- cd /tmp
- gmcs testwatcher.cs
- start with "mono testwatcher.cs /tmp/dummy.txt
- touch dummy.txt_
- mv dummy.txt_ dummy.txt

Actual output:
renamed (Renamed, dummy.txt -> dummy.txt_)

Expected output:
renamed (Renamed, dummy.txt_ -> dummy.txt)


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


More information about the mono-bugs mailing list