[Mono-bugs] [Bug 37818][Nor] Changed - nunit20 exposes array casting problem

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 10:30:05 -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 gonzalo@ximian.com.

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

--- shadow/37818	Mon Feb 10 16:49:58 2003
+++ shadow/37818.tmp.20232	Tue Feb 11 10:30:05 2003
@@ -1,14 +1,14 @@
 Bug#: 37818
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: peterw@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -46,6 +46,10 @@
       result = ((NUnit.Framework.IgnoreAttribute) attributes[0]).Reason;
 
    return result;
 }
 
 There's no reason why the top cast should fail while the second one works.
+
+------- Additional Comments From gonzalo@ximian.com  2003-02-11 10:30 -------
+It was an error in the shorcut for 1 attribute in MonoCustAttrs.
+Fixed in CVS.