summary refs log tree commit diff
path: root/crypto/test/src/cms
diff options
context:
space:
mode:
authorMegan Woods <megan@flygfisk.com>2019-01-14 19:28:29 +1100
committerMegan Woods <megan@flygfisk.com>2019-01-14 19:28:29 +1100
commite62f859d5d77d465efb9bb30f35fe33da61c2409 (patch)
tree847b510f88f61b2ee82721813157191ea7928df7 /crypto/test/src/cms
parentUpdated EJBCA Example (diff)
downloadBouncyCastle.NET-ed25519-e62f859d5d77d465efb9bb30f35fe33da61c2409.tar.xz
Removed reference to old test.
Added call to set time in EJBCA example.
Diffstat (limited to 'crypto/test/src/cms')
-rw-r--r--crypto/test/src/cms/test/AllTests.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/test/src/cms/test/AllTests.cs b/crypto/test/src/cms/test/AllTests.cs
index 7ab5721ac..52ca95f2b 100644
--- a/crypto/test/src/cms/test/AllTests.cs
+++ b/crypto/test/src/cms/test/AllTests.cs
@@ -20,8 +20,7 @@ namespace Org.BouncyCastle.Cms.Tests
         {
             get
             {
-                TestSuite suite = new TestSuite("CMS Tests");
-                suite.Add(new ProtectedMessageTest());
+                TestSuite suite = new TestSuite("CMS Tests");               
                 suite.Add(new CompressedDataTest());
                 suite.Add(new CompressedDataStreamTest());
                 suite.Add(new EnvelopedDataTest());