From 5d30315beeff9ea2baad60f169a89ea686a1606b Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 6 Sep 2015 17:41:15 +0700 Subject: Avoid duplicate test execution --- crypto/test/src/crypto/test/SHA3DigestTest.cs | 1 - crypto/test/src/crypto/test/ShakeDigestTest.cs | 1 - 2 files changed, 2 deletions(-) (limited to 'crypto/test') 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"))) -- cgit 1.4.1