* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / SHA256Test.cs
index 9eae6e93645167fc9513d31d3a598bcdf5913c78..35ad5190e4ca2f4e5f041dd7f42c78e3208bb82c 100644 (file)
@@ -26,7 +26,7 @@ namespace MonoTests.System.Security.Cryptography {
 [TestFixture]
 public class SHA256Test : HashAlgorithmTest {
 
-       [Test]
+       [SetUp]
        protected override void SetUp () 
        {
                hash = SHA256.Create ();