[Mono-bugs] [Bug 80934][Wis] Changed - ConfigurationFile should be relative to the ApplicationBase

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 26 13:34:34 EST 2007


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 jamie.cansdale at testdriven.net.

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: mono-bugs at ximian.com                            
 ReportedBy: jamie.cansdale at testdriven.net               
 QAContact: mono-bugs at ximian.com
@@ -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 jamie.cansdale at testdriven.net  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.


More information about the mono-bugs mailing list