[Mono-bugs] [Bug 71300][Min] Changed - TestGetConstructorNullElementType

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 2 14:43:05 EST 2006


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 sebastien at ximian.com.

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

--- shadow/71300	2005-06-02 12:33:54.000000000 -0400
+++ shadow/71300.tmp.2625	2006-01-02 14:43:05.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 71300
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: sebastien at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: TestGetConstructorNullElementType
@@ -105,6 +105,11 @@
 		o = Activator.CreateInstance (t, new object [] { null });
 	}
 }
 --------------------
 
 I'm reverting r45150 and adding a test case with this sample.
+
+------- Additional Comments From sebastien at ximian.com  2006-01-02 14:43 -------
+It seems the patch for Type was, at least partly, right. However we
+have problem in Activator when we do not supply null as a parameter
+(as we can't directly infer the type).


More information about the mono-bugs mailing list