Author: spouliot
Date: 2006-08-08 08:52:20 -0400 (Tue, 08 Aug 2006)
New Revision: 63481
Modified:
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/ChangeLog
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
Log:
2006-08-08 Sebastien Pouliot <[EMAIL PROTECTED]>
* X509Certificate2Test.cs: Activate test cases blocked by bug #79028.
Modified:
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/ChangeLog
===================================================================
---
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/ChangeLog
2006-08-08 12:50:34 UTC (rev 63480)
+++
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/ChangeLog
2006-08-08 12:52:20 UTC (rev 63481)
@@ -1,3 +1,7 @@
+2006-08-08 Sebastien Pouliot <[EMAIL PROTECTED]>
+
+ * X509Certificate2Test.cs: Activate test cases blocked by bug #79028.
+
2006-08-07 Gert Driesen <[EMAIL PROTECTED]>
* X509Certificate2Test.cs: Removed separate test for bug #78986, as it
Modified:
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
===================================================================
---
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
2006-08-08 12:50:34 UTC (rev 63480)
+++
trunk/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
2006-08-08 12:52:20 UTC (rev 63481)
@@ -83,9 +83,9 @@
}
[Test] // bug #79028
- [Category ("NotWorking")]
public void Ctor_ByteArray_Password ()
{
+ // password isn't required but supplied
X509Certificate2 cert = new X509Certificate2 (cert_a,
"mono");
Assert.IsNotNull (cert.RawData, "#1");
Assert.AreEqual (cert_a.Length, cert.RawData.Length,
"#2");
@@ -96,7 +96,6 @@
}
[Test] // bug #79028
- [Category ("NotWorking")]
public void Ctor_FileName_Password ()
{
string tempFile = Path.GetTempFileName ();
@@ -106,6 +105,7 @@
fs.Close ();
}
+ // password isn't required but supplied
X509Certificate2 cert = new X509Certificate2
(tempFile, "mono");
Assert.IsNotNull (cert.RawData, "#1");
Assert.AreEqual (cert_a.Length,
cert.RawData.Length, "#2");
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches