[Mono-bugs] [Bug 494847] New: Enum value returned through reflection invoke is wrong type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 14 15:25:58 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=494847
Summary: Enum value returned through reflection invoke is wrong
type
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: x86-64
OS/Version: RHEL 4
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: joncham at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=285673)
--> (http://bugzilla.novell.com/attachment.cgi?id=285673)
Test case
Description of Problem:
Enum value returned through reflection invoke is wrong type
Steps to reproduce the problem:
1. Run attached sample program
2.
Actual Results:
a enum_bad.Enum1
b enum_bad.Enum1
Expected Results:
a enum_bad.Enum1
b enum_bad.Enum2
How often does this happen?
Everytime
Additional Information:
This worked in 2.4. It seems r131397 broke this.
--
Configure bugmail: http://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.
More information about the mono-bugs
mailing list