Author: spouliot
Date: 2005-04-26 14:34:48 -0400 (Tue, 26 Apr 2005)
New Revision: 43612
Modified:
trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog
trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/PKCS12Test.cs
Log:
2005-04-26 Sebastien Pouliot <[EMAIL PROTECTED]>
* PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
ambiguous).
Modified: trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog
===================================================================
--- trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog
2005-04-26 18:24:00 UTC (rev 43611)
+++ trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog
2005-04-26 18:34:48 UTC (rev 43612)
@@ -1,3 +1,8 @@
+2005-04-26 Sebastien Pouliot <[EMAIL PROTECTED]>
+
+ * PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
+ ambiguous).
+
2004-05-12 Nick Drochak <[EMAIL PROTECTED]>
* PKCS12Test.cs: Do not exceed line length limit.
Modified: trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/PKCS12Test.cs
===================================================================
--- trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/PKCS12Test.cs
2005-04-26 18:24:00 UTC (rev 43611)
+++ trunk/mcs/class/Mono.Security/Test/Mono.Security.X509/PKCS12Test.cs
2005-04-26 18:34:48 UTC (rev 43612)
@@ -2,9 +2,10 @@
// PKCS12Test.cs - NUnit tests for PKCS12
//
// Author:
-// Sebastien Pouliot ([EMAIL PROTECTED])
+// Sebastien Pouliot <[EMAIL PROTECTED]>
//
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
+// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
using NUnit.Framework;
@@ -177,7 +178,7 @@
public void Farscape_NoPassword_Explicit ()
{
// exported from MS certificate manager WITHOUT password
- PKCS12 p12 = new PKCS12 (farscape_nopwd_pfx, null);
+ PKCS12 p12 = new PKCS12 (farscape_nopwd_pfx,
(string)null);
RSA rsa = (RSA) p12.Keys [0];
X509Certificate x509 = p12.Certificates [0];
AssertEquals (rsa.ToXmlString (false),
x509.RSA.ToXmlString (false));
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches