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=80934 --- shadow/80934 2007-02-25 07:14:42.000000000 -0500 +++ shadow/80934.tmp.10153 2007-02-26 13:34:34.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80934 Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Wishlist Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -90,6 +90,20 @@ Fixed in svn (revision 73402). Your patch still did not cover all paths, and I also had to improve the unit tests further. But thanks! :-) + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-26 13:34 ------- +Thanks for fixing it! I'll focus more on the tests next time. :) + +The new ConfigurationFile_Absolute has shown up a strange issue with +the default app path. If the EXE file is specified as a relative +path then the default app path has a trailing directory separator. +If the EXE file is specified as an absolute path then there's no +trailing directory separator. + +Because I'm launching my unit testing application with an absolute +path the ConfigurationFile_Absolute test is failing for me. I +imagine if you were to execute the nunit-console.exe using an +absolute path you would see the samething. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
