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=80064 --- shadow/80064 2006-11-28 09:35:22.000000000 -0500 +++ shadow/80064.tmp.11929 2006-11-28 09:41:03.000000000 -0500 @@ -96,6 +96,63 @@ Thanks. ------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 09:35 ------- Created an attachment (id=18184) get_tests.cs - test case (for fields, properties, events, methods and members) + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 09:41 ------- +Mono output for get_tests.cs +============================ +Fields: + +Methods: +get_privateBaseProperty +add_privateBaseEvent +remove_privateBaseEvent +privateBaseMethod +Finalize +MemberwiseClone +obj_address +FieldGetter +FieldSetter + +Properties: +privateBaseProperty + +Events: +privateBaseEvent + +Members: +privateBaseEvent +get_privateBaseProperty +add_privateBaseEvent +remove_privateBaseEvent +privateBaseMethod +Finalize +MemberwiseClone +obj_address +FieldGetter +FieldSetter +privateBaseProperty + + +MS.NET output +============= +Fields: + +Methods: +MemberwiseClone +Finalize + +Properties: + +Events: + +Members: +MemberwiseClone +Finalize + + +The mono output must not show any ...privateBase... lines. +I'll turn the test case into a Nunit test for inclusion into +corlib/Test/System/TypeTest.cs shortly. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
