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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 Nov 2003 04:56:13 -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 gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=46609

--- shadow/46609	2003-07-20 05:49:09.000000000 -0400
+++ shadow/46609.tmp.32189	2003-11-23 04:56:13.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 46609
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Gentoo 1.4 R5
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -33,6 +33,21 @@
 		}
 	}
 }
 
 ------- Additional Comments From gonzalo@ximian.com  2003-07-20 05:49 -------
 Fixed in CVS.
+
+------- Additional Comments From gert.driesen@pandora.be  2003-11-23 04:56 -------
+Gonzalo, apparently the fix for this issue was removed by yourself as 
+part of revision 1.12 of AppDomainSetup.cs with the following 
+comment :
+
+ AppDomainSetup.cs: Don't add an extra '/' at the end of
+	ApplicationBase. The tests pass now with mono.
+
+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 ?
+
+