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=78644

--- shadow/78644        2006-06-14 09:36:03.000000000 -0400
+++ shadow/78644.tmp.6947       2006-06-14 09:50:58.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78644
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Mono.Security
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
@@ -37,6 +37,24 @@
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-06-14 09:36 -------
 that must be a case I missed when fixing 77342
 will check this asap
 thanks
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-06-14 09:50 -------
+Your test case isn't failing. You're either using an old mono version
+(or have an old Mono.Security.dll in your PATH) or you didn't supply
+the right test case.
+
[EMAIL PROTECTED]:~/src> cat 78644.cs
+class Program {
+ 
+        static void Main ()
+        {
+                new Mono.Security.X509.PKCS12().Password = "";
+        }
+}
[EMAIL PROTECTED]:~/src> mcs 78644.cs -r:Mono.Security.dll
[EMAIL PROTECTED]:~/src> mono 78644.exe
[EMAIL PROTECTED]:~/src>
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to