[Mono-bugs] [Bug 46609][Nor] Changed - AppDomain.BaseDirectory misses trailing directoryseparator on linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 13:40:49 -0500 (EST)


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=46609

--- shadow/46609	2003-11-23 04:56:13.000000000 -0500
+++ shadow/46609.tmp.17623	2003-12-11 13:40:49.000000000 -0500
@@ -48,6 +48,11 @@
 However, not adding the extra '/' at the end of ApplicationBase makes 
 the Mono implementation incompatible with .NET.
 
 Can you explain why you had to remove the extra '/' at the end ?
 
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-11 13:40 -------
+Someone provided a test case that lead me to do that.
+If something is wrong (mmm, may be for '/'...) could you provide a
+test case?