[Mono-bugs] [Bug 79020][Nor] Changed - [PATCH] TextBox does not render name attribute if you do not specify ID property
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 23 23:44:35 EDT 2006
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79020
--- shadow/79020 2006-08-23 20:34:05.000000000 -0400
+++ shadow/79020.tmp.24506 2006-08-23 23:44:35.000000000 -0400
@@ -60,6 +60,20 @@
1) MonoTests.System.Web.UI.WebControls.TextBoxTest.MultilineRenderEscape
------- Additional Comments From alex at buayacorp.com 2006-08-23 20:34 -------
Created an attachment (id=17492)
Fixed patch to pass 'MonoTests.System.Web.UI.WebControls.TextBoxTest.MultilineRenderEscape' test
+
+------- Additional Comments From gonzalo at ximian.com 2006-08-23 23:44 -------
+I still get:
+Failures:
+1) MonoTests.System.Web.UI.WebControls.TextBoxTest.MultilineRenderEscape :
+ String lengths differ. Expected length=43, but was length=38.
+ Strings differ at index 9.
+
+ expected:<"<textarea name></textarea></textarea>">
+ but was:<"<textarea></textarea></textarea>">
+ --------------------^
+
+
+with the new patch.
More information about the mono-bugs
mailing list