diff options
Diffstat (limited to 'crypto/test/src/ocsp')
-rw-r--r-- | crypto/test/src/ocsp/test/AllTests.cs | 5 | ||||
-rw-r--r-- | crypto/test/src/ocsp/test/OCSPTest.cs | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/crypto/test/src/ocsp/test/AllTests.cs b/crypto/test/src/ocsp/test/AllTests.cs index 5e799cd09..05816e481 100644 --- a/crypto/test/src/ocsp/test/AllTests.cs +++ b/crypto/test/src/ocsp/test/AllTests.cs @@ -10,11 +10,6 @@ namespace Org.BouncyCastle.Ocsp.Tests { public class AllTests { - public static void Main(string[] args) - { - Suite.Run(new NullListener(), NUnit.Core.TestFilter.Empty); - } - [Suite] public static TestSuite Suite { diff --git a/crypto/test/src/ocsp/test/OCSPTest.cs b/crypto/test/src/ocsp/test/OCSPTest.cs index 823de90f9..1630e29b1 100644 --- a/crypto/test/src/ocsp/test/OCSPTest.cs +++ b/crypto/test/src/ocsp/test/OCSPTest.cs @@ -835,12 +835,6 @@ namespace Org.BouncyCastle.Ocsp.Tests doTestIrregularVersionReq(); } - public static void Main( - string[] args) - { - RunTest(new OcspTest()); - } - [Test] public void TestFunction() { |