[Mono-bugs] [Bug 42121][Cos] Changed - XmlDocument.BaseURI doesn't return full path

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 5 May 2003 12:27:28 -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=42121

--- shadow/42121	Tue Apr 29 21:50:22 2003
+++ shadow/42121.tmp.4054	Mon May  5 12:27:28 2003
@@ -2,21 +2,20 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: gentoo 1.4
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: 001 One hour
+Priority: Cosmetic
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ianm@activestate.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: XmlDocument.BaseURI doesn't return full path
 
 Description of Problem:
 the string returned by XmlDocument.BaseURI appears to be the exact string
 passed into XmlDocument.Load. So
 
@@ -25,6 +24,10 @@
 
 doc.Load( "test.xml").BaseURI returns test.xml 
 doc.Load( "../../test.xml").BaseURI returns  ../../test.xml
 doc.Load( "/home/ianm/test/test.xml").BaseURI returns  /home/ianm/test/test.xml
 
 when all 3 should return file:///home/ianm/test/test.xml
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-05 12:27 -------
+Marking one hour, cosmetic. I will fix this tonight, unless someone 
+gets to it first.