summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-09-06 17:41:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-09-06 17:41:15 +0700
commit5d30315beeff9ea2baad60f169a89ea686a1606b (patch)
treecd7a195ab20e38f32a5172d1016753d9c205a7cd
parentFix class declaration (diff)
downloadBouncyCastle.NET-ed25519-5d30315beeff9ea2baad60f169a89ea686a1606b.tar.xz
Avoid duplicate test execution
-rw-r--r--crypto/test/src/crypto/test/SHA3DigestTest.cs1
-rw-r--r--crypto/test/src/crypto/test/ShakeDigestTest.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/SHA3DigestTest.cs b/crypto/test/src/crypto/test/SHA3DigestTest.cs
index a23825f96..b5c26c621 100644
--- a/crypto/test/src/crypto/test/SHA3DigestTest.cs
+++ b/crypto/test/src/crypto/test/SHA3DigestTest.cs
@@ -42,7 +42,6 @@ namespace Org.BouncyCastle.Crypto.Tests
             TestVectors();
         }
 
-        [Test]
         public void TestVectors()
         {
             using (StreamReader r = new StreamReader(SimpleTest.GetTestDataAsStream("crypto.SHA3TestVectors.txt")))
diff --git a/crypto/test/src/crypto/test/ShakeDigestTest.cs b/crypto/test/src/crypto/test/ShakeDigestTest.cs
index bb4485ace..ef4696739 100644
--- a/crypto/test/src/crypto/test/ShakeDigestTest.cs
+++ b/crypto/test/src/crypto/test/ShakeDigestTest.cs
@@ -42,7 +42,6 @@ namespace Org.BouncyCastle.Crypto.Tests
             TestVectors();
         }
 
-        [Test]
         public void TestVectors()
         {
             using (StreamReader r = new StreamReader(SimpleTest.GetTestDataAsStream("crypto.SHAKETestVectors.txt")))