[Mono-bugs] [Bug 75204][Nor] Changed - common usage of
SWF.RichTextBox doesn't work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 18:58:18 EDT 2005
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 matt.hargett at logiclibrary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75204
--- shadow/75204 2005-06-09 18:53:47.000000000 -0400
+++ shadow/75204.tmp.19669 2005-06-09 18:58:18.000000000 -0400
@@ -2,14 +2,14 @@
Product: Mono: Class Libraries
Version: 1.1
OS: SLES 9
OS Details: x86-64
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: Windows.Forms
AssignedTo: mono-bugs at ximian.com
ReportedBy: matt.hargett at logiclibrary.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -32,6 +32,46 @@
How often does this happen?
Additional Information:
+
+------- Additional Comments From matt.hargett at logiclibrary.com 2005-06-09 18:58 -------
+oops, hit enter by accident.
+
+Description of Problem:
+nunit.uikit.tests.dll has many tests that fail, seemingly due to
+unimplemented aspects of the RichTextBoxControl
+
+
+Steps to reproduce the problem:
+1. download NUnit 2.2.2 binaries from www.nunit.org
+(either the mono or the MS.NET ones show this problem)
+2. using svn head,
+./nunit-console.exe nunit.uikit.tests.dll
+
+
+Actual Results:
+Warnings are displayed which relate to crashes in the tests. The
+relevant warnings are:
+
+
+ ** (./nunit-console.exe:29053): WARNING **: The class
+System.Windows.Forms.RichTextBox could not be loaded, used
+in /home/matt/nunit/bin/tmp/bin/nunit.uikit.tests.dll (token
+0x01000004)
+.
+** (./nunit-console.exe:29053): WARNING **: Missing method .ctor in
+assembly /home/matt/nunit/bin/tmp/bin/nunit.uikit.tests.dll, type
+System.Windows.Forms.RichTextBox
+
+
+Expected Results:
+Tests should pass like on MS.NET 1.1
+
+How often does this happen?
+Every time
+
+Additional Information:
+ nunit's use of SWF is pretty basic, I hope we can get SWF to the
+point where it works :)
More information about the mono-bugs
mailing list