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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78592 --- shadow/78592 2006-06-06 14:21:15.000000000 -0400 +++ shadow/78592.tmp.10541 2006-06-06 14:21:15.000000000 -0400 @@ -0,0 +1,33 @@ +Bug#: 78592 +Product: Mono: Runtime +Version: unspecified +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ExactBinding is igonred by Type.GetMethod + +The attached test case should print: +Should be MethodWithIntParam: MethodWithIntParam +Should be MethodWithLongParam: MethodWithLongParam +Should be MethodWithIntParam: MethodWithIntParam +Should be <null>: <null> +Should be Int32: Int32 +Should be Int32: Int32 + +But it prints the following on Mono: +Should be MethodWithIntParam: MethodWithIntParam +Should be MethodWithLongParam: MethodWithLongParam +Should be MethodWithIntParam: MethodWithIntParam +Should be <null>: MethodWithLongParam +Should be Int32: Int32 +Should be Int32: Int32 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
