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(),
|