[Mono-bugs] [Bug 80427][Nor] Changed - CheckedListBox: GetItemText returns incorrect result
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 24 19:29:55 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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80427
--- shadow/80427 2007-05-21 20:56:32.000000000 -0400
+++ shadow/80427.tmp.10869 2007-05-24 19:29:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 80427
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: calberto.cortez at gmail.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -26,6 +26,13 @@
I've committed a NotWorking unit test named "GetItemText" for this in
CheckedListBoxTest.cs.
There are other unit tests in CheckedListBoxTest.cs that fail because of
this issue.
+
+------- Additional Comments From unserkonig at gmail.com 2007-05-24 19:29 -------
+Fixed in svn.
+
+BTW, It was a bug in ListControl, not in CheckedListBox (ListControl
+is the parent of ListBox and it basically manages the binding stuff).
+Based on that I moved the test to ListControlTest.
More information about the mono-bugs
mailing list