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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 20 Jul 2003 05:49:09 -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=46609

--- shadow/46609	Sat Jul 19 05:58:04 2003
+++ shadow/46609.tmp.28743	Sun Jul 20 05:49:09 2003
@@ -1,14 +1,14 @@
 Bug#: 46609
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Gentoo 1.4 R5
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,9 @@
 		public static void Main() {
 			Console.WriteLine
 (AppDomain.CurrentDomain.BaseDirectory);
 		}
 	}
 }
+
+------- Additional Comments From gonzalo@ximian.com  2003-07-20 05:49 -------
+Fixed in CVS.