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 [EMAIL PROTECTED]

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

--- shadow/82712        2007-09-05 17:40:11.000000000 -0400
+++ shadow/82712.tmp.29554      2007-09-06 01:19:01.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 82712
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -36,6 +36,16 @@
 u == ~/SomeUri.txt (False)
 /SomeUri.txt
 u == /SomeUri.txt (False)
 
 I've added a test case to the nunit tests in System marked as NotWorking
 for now.
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-09-06 01:19 -------
+Note that Uri constructor also interprets the argument string as a
+file path, such as new Uri ("c:\\Windows\\System32") where .NET treats
+it as "file://c:/Windows/System32". The same happens to "/file" (or
+imagine "/proc") on Linux with Mono. It *must* be absolute.
+
+So, if you have added a wrong test case, change it properly. Note that
+our Uri test fixtures have conditional tests by platform, so such
+cases should be treated per-platform.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to