diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-09-06 17:41:15 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-09-06 17:41:15 +0700 |
commit | 5d30315beeff9ea2baad60f169a89ea686a1606b (patch) | |
tree | cd7a195ab20e38f32a5172d1016753d9c205a7cd /crypto/test | |
parent | Fix class declaration (diff) | |
download | BouncyCastle.NET-ed25519-5d30315beeff9ea2baad60f169a89ea686a1606b.tar.xz |
Avoid duplicate test execution
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/test/SHA3DigestTest.cs | 1 | ||||
-rw-r--r-- | crypto/test/src/crypto/test/ShakeDigestTest.cs | 1 |
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"))) |