[Mono-bugs] [Bug 81986][Cos] New - Uri.EscapeDataString produces output to the console

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 1 13:06:18 EDT 2007


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 doowachawannado at gmail.com.

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

--- shadow/81986	2007-07-01 13:06:18.000000000 -0400
+++ shadow/81986.tmp.18706	2007-07-01 13:06:18.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 81986
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: doowachawannado at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Uri.EscapeDataString produces output to the console
+
+Description of Problem:
+Uri.EscapeDataString() method has a totally unnecessary line 
+Console.WriteLine ("NO NEED TO ECAPE");
+
+Steps to reproduce the problem:
+1. Console.WriteLine(Uri.EscapeDataString("aaa"));
+
+Actual Results:
+Output:
+NO NEED TO ECAPE
+aaa
+
+Expected Results:
+aaa
+
+How often does this happen? 
+Always
+
+Additional Information:
+File: mcs/class/System/System/Uri.cs
+Line: 1802


More information about the mono-bugs mailing list