[Mono-bugs] [Bug 54518][Blo] Changed - PropertyInfo:GetCustomAttributes does not work for base class properties

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Mar 2004 17:59:06 -0500 (EST)


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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=54518

--- shadow/54518	2004-03-11 17:54:20.000000000 -0500
+++ shadow/54518.tmp.10486	2004-03-11 17:59:06.000000000 -0500
@@ -144,6 +144,9 @@
 			attrs = prop.GetCustomAttributes (typeof
 (PropTestAttribute), true);
 			AssertEquals (prop.Name, true, attrs.Length > 
 0);
 		}
 	}
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-11 17:59 -------
+OK, there are still the cases of field and event.