summary refs log tree commit diff
path: root/crypto/test/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2016-04-29 17:15:34 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2016-04-29 17:15:34 +0700
commit0ec46fe480afe870ee011c9006eeb3edacbb5116 (patch)
treed9a5ee33dd076927d9e6c01c311a2994c1eb3350 /crypto/test/src
parentUpdate to draft-zauner-tls-aes-ocb-04 (diff)
downloadBouncyCastle.NET-ed25519-0ec46fe480afe870ee011c9006eeb3edacbb5116.tar.xz
Fix test class name
Diffstat (limited to 'crypto/test/src')
-rw-r--r--crypto/test/src/openpgp/test/PGPNoPrivateKeyTest.cs4
-rw-r--r--crypto/test/src/openpgp/test/RegressionTest.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/test/src/openpgp/test/PGPNoPrivateKeyTest.cs b/crypto/test/src/openpgp/test/PGPNoPrivateKeyTest.cs
index edb96b149..8f702b67b 100644
--- a/crypto/test/src/openpgp/test/PGPNoPrivateKeyTest.cs
+++ b/crypto/test/src/openpgp/test/PGPNoPrivateKeyTest.cs
@@ -10,7 +10,7 @@ using Org.BouncyCastle.Utilities.Test;
 namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests
 {
     [TestFixture]
-    public class PGPNoPrivateKeyTest
+    public class PgpNoPrivateKeyTest
         : SimpleTest
     {
         private static string pgpOldPass = "test";
@@ -155,7 +155,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests
         public static void Main(
             string[] args)
         {
-            RunTest(new PGPNoPrivateKeyTest());
+            RunTest(new PgpNoPrivateKeyTest());
         }
 
         [Test]
diff --git a/crypto/test/src/openpgp/test/RegressionTest.cs b/crypto/test/src/openpgp/test/RegressionTest.cs
index c784a19c8..329960bd8 100644
--- a/crypto/test/src/openpgp/test/RegressionTest.cs
+++ b/crypto/test/src/openpgp/test/RegressionTest.cs
@@ -19,7 +19,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp.Tests
             new PgpSignatureTest(),
             new PgpClearSignedSignatureTest(),
             new PgpCompressionTest(),
-            new PGPNoPrivateKeyTest(),
+            new PgpNoPrivateKeyTest(),
             new PgpECDHTest(),
             new PgpECDsaTest(),
             new PgpECMessageTest(),