2003-11-14 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Mon, 17 Nov 2003 05:23:20 +0000 (05:23 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Mon, 17 Nov 2003 05:23:20 +0000 (05:23 -0000)
* X509SpcTest.cs: Ignore for now test where we need an exe to load.

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

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

index 22b71a1086a53d6f22606ada4ef6364d6fe9438a..5b96c04a92cd3b16653479d710383608b1626004 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-17  Nick Drochak <ndrochak@gol.com>
+
+       * X509SpcTest.cs: OK, I misread the test and the file is created by the
+       test itself.  I've un-ingored the test, but it still fails for me.
+       Entered bugzilla #51057 for this.
+
 2003-11-14  Nick Drochak <ndrochak@gol.com>
 
        * X509SpcTest.cs: Ignore for now test where we need an exe to load.
index 70af30bbebe90cee4229508dbffb09a92c472653..430be5a0a2c3348bac034141ef22fe7d0a98b9f7 100755 (executable)
@@ -860,7 +860,7 @@ namespace MonoTests.System.Security.Cryptography.X509Certificates {
                0x72, 0xE9, 0x83, 0x6F, 0x93, 0xD8 };
 
                [Test]
-               [Ignore ("need to get smallspc.exe before this test will pass")]
+//             [Ignore ("need to get smallspc.exe before this test will pass")]
                public void ValidSignature () 
                {
                        FileStream fs = new FileStream ("smallspc.exe", FileMode.Create, FileAccess.Write);