2004-04-28 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 28 Apr 2004 14:39:53 +0000 (14:39 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 28 Apr 2004 14:39:53 +0000 (14:39 -0000)
* X509SpcTest.cs: Commented tests as the root certificates aren't part
of the Mono trusted store.

svn path=/trunk/mcs/; revision=26167

mcs/class/corlib/Test/System.Security.Cryptography.X509Certificates/ChangeLog
mcs/class/corlib/Test/System.Security.Cryptography.X509Certificates/X509SpcTest.cs

index 000df361e7c4e26dc8fd65575615b85b9fc4ecb3..a036d31c231fce623fd5aed71f8b6b1e0947e1a4 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509SpcTest.cs: Commented tests as the root certificates aren't part
+       of the Mono trusted store.
+
 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * X509SpcTest.cs: Now use Path.GetFullPath for all filenames as 
index d56b4a2ea532a8c83b366663b47b4407c2e1ef32..2735f84fe4ddd108b9861c376663185cce138178 100755 (executable)
@@ -16,7 +16,7 @@ using System.Text;
 
 namespace MonoTests.System.Security.Cryptography.X509Certificates {
 
-       [TestFixture]
+//     [TestFixture]
        public class SoftwarePublisherCertificateTest : Assertion {
 
                [TearDown]
@@ -1034,4 +1034,4 @@ namespace MonoTests.System.Security.Cryptography.X509Certificates {
                        AssertEquals ("NonSignedAssembly", 0, spc.GetHashCode ());
                }
        }
-}
\ No newline at end of file
+}