https://bugzilla.novell.com/show_bug.cgi?id=346432
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=346432#c3 Robert Jordan <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Robert Jordan <[EMAIL PROTECTED]> 2008-01-23 15:27:38 MST --- Oops, it's not. It fails for length == 1: using System; class T { static void Main () { new Uri ("", UriKind.Relative); new Uri ("a", UriKind.Relative); } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
