[Mono-bugs] [Bug 74649][Nor] Changed - NUnit test in corlib fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 18:35:40 -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=74649
--- shadow/74649 2005-04-19 05:15:52.000000000 -0400
+++ shadow/74649.tmp.636 2005-04-19 18:35:40.000000000 -0400
@@ -113,6 +113,17 @@
if (File.Exists (path))
File.Delete (path);
}
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-19 18:35 -------
+gonzalo@lalo:/tmp $ mono prob.exe
+
+Unhandled Exception: System.IO.IOException: Sharing violation on path
+ThisIsMyTestPathFor.Test
+...
+
+That's what i get when running that test on linux x86.
+
+