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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80564 --- shadow/80564 2007-01-20 12:28:26.000000000 -0500 +++ shadow/80564.tmp.26096 2007-01-20 12:28:26.000000000 -0500 @@ -0,0 +1,38 @@ +Bug#: 80564 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: OS X v10.4 (ppc64) +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: FileSystemWatcher does not recognize file change on Mac OS X + +Description of Problem: +When monitoring a file with FileSystemWatcher on OS X, it rarely notices file changes. + +Steps to reproduce the problem: +1. compile the attached test case using mcs -target:library -r:nunit.framework.dll +KeventWatcherTest.cs +2. run nunit-console /nologo KeventWatcherTest.dll +3. review the NUnit results + +Actual Results: +The simple test case fails to notice a change in the test file (last write), leading to failure of the +test case. + +Expected Results: +The test case should succeed, even with shorter timeout. + +How often does this happen? +In my app 95%+, the attached test case 100% so far. + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
