summary refs log tree commit diff
path: root/crypto/test/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-04-15 19:16:29 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-04-15 19:16:29 +0700
commitd33a46307678e1a4c6e1375d92818b41cd478c5c (patch)
tree89e39b26cc59a7101281d59fcb04736408acb46c /crypto/test/src
parentMerge branch 'dtls-resend-time' (diff)
downloadBouncyCastle.NET-ed25519-d33a46307678e1a4c6e1375d92818b41cd478c5c.tar.xz
Code cleanup
Diffstat (limited to 'crypto/test/src')
-rw-r--r--crypto/test/src/test/rsa3/RSA3CertTest.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/crypto/test/src/test/rsa3/RSA3CertTest.cs b/crypto/test/src/test/rsa3/RSA3CertTest.cs

index 5c0bdb321..a791f5f46 100644 --- a/crypto/test/src/test/rsa3/RSA3CertTest.cs +++ b/crypto/test/src/test/rsa3/RSA3CertTest.cs
@@ -108,21 +108,5 @@ namespace Org.BouncyCastle.Tests.Rsa3 return (X509Certificate)rd.ReadObject(); } } - -// public static void main (string[] args) -// throws Exception -// { -// junit.textui.TestRunner.run(suite()); -// } -// -// public static Test suite() -// throws Exception -// { -// TestSuite suite = new TestSuite("Bleichenbacher's Forgery Attack Tests"); -// -// suite.addTestSuite(RSA3CertTest.class); -// -// return suite; -// } } }