[Mono-bugs] [Bug 42631][Cri] Changed - Path.GetFullPath adds duplicate drive ("c:\c:\") on win32

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 22 May 2003 23:52:47 -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 bmaurer@users.sf.net.

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

--- shadow/42631	Thu May 22 22:16:52 2003
+++ shadow/42631.tmp.20120	Thu May 22 23:52:47 2003
@@ -148,6 +148,12 @@
 ------- Additional Comments From bmaurer@users.sf.net  2003-05-15 22:54 -------
 Gonzalo, this is a problem in your code. The Substring that is called
 is no longer taking effect, and thus the c:\ part is showing up twice.
 
 ------- Additional Comments From gonzalo@ximian.com  2003-05-22 22:16 -------
 Fixed in CVS.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-22 23:52 -------
+Gonzalo,
+
+Can we renable the NUnit test for this function, or is there still
+something broken?