[Mono-bugs] [Bug 42303][Nor] Changed - Path.GetFullPath () does not handle '.' and '..'

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 6 May 2003 09:41:16 -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=42303

--- shadow/42303	Tue May  6 09:34:21 2003
+++ shadow/42303.tmp.18746	Tue May  6 09:41:16 2003
@@ -482,6 +482,26 @@
 
 PS: 
 ---
 I will try to search this evening if other MS method make the same 
 expansion than the MS Path.GetFullPath () method. I will start to 
 focus on the method from the Path class
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-06 09:41 -------
+Ok, these tests will be very helpful.
+
+If you can get them running on NUnit though, it would be even better. 
+The NUnit guidelines are at http://www.go-mono.com/testing.html.
+
+You can take a look at the current Path tests. 
+http://cvs.hispalinux.es/cgi-
+bin/cvsweb/mcs/class/corlib/Test/System.IO/PathTest.cs?cvsroot=mono.
+
+If you can add these things as tests for the GetFullPath() function, 
+it would be really great. Also, when you find out what functions also 
+normalize the path, adding those tests would help as well.
+
+When you do add the tests, please precomputate the expanded version 
+rather than put in your special function. This will help me alot.
+
+You have been really helpful on this bug, thanks for all the good 
+work. Keep it up.