Merge pull request #323 from crazyjncsu/master
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / DSASignatureDeformatterTest.cs
index 069e348370a9b872461e49500ce97ef380b36910..d34d72b131f1a913704dd55b1ddb6fdf71aecc2a 100644 (file)
@@ -44,8 +44,7 @@ public class DSASignatureDeformatterTest {
        static byte[] sign = { 0x50, 0xd2, 0xb0, 0x8b, 0xcd, 0x5e, 0xb2, 0xc2, 0x35, 0x82, 0xd3, 0x76, 0x07, 0x79, 0xbb, 0x55, 0x98, 0x72, 0x43, 0xe8,
                               0x74, 0xc9, 0x35, 0xf8, 0xc9, 0xbd, 0x69, 0x2f, 0x08, 0x34, 0xfa, 0x5a, 0x59, 0x23, 0x2a, 0x85, 0x7b, 0xa3, 0xb3, 0x82 };
 
-       [TestFixtureSetUp]
-       public void FixtureSetUp () 
+       public DSASignatureDeformatterTest () 
        {
                // key generation is VERY long so one time is enough
                dsa = DSA.Create ();