[Mono-bugs] [Bug 74642][Wis] Changed - Discrepancy between MS/Mono with TypeDescriptor::GetProperties (object, Attribute [])

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Apr 2005 09:37:35 -0400 (EDT)


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 lluis@ximian.com.

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

--- shadow/74642	2005-04-19 18:18:02.000000000 -0400
+++ shadow/74642.tmp.977	2005-04-22 09:37:35.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74642
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jackson@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -42,6 +42,12 @@
 Hey, which is the test case?
 
 ------- Additional Comments From jackson@ximian.com  2005-04-19 14:55 -------
 Created an attachment (id=14977)
 test case
 
+
+------- Additional Comments From lluis@ximian.com  2005-04-22 09:37 -------
+Fixed in SVN. The test case has to return 3 properties because
+BrowsableAttribute (true) is the default instance for the
+BrowsableAttribute type, so all properties have a BrowsableAttribute
+(true) by default, even if not explicitely specified.