From 0ec46fe480afe870ee011c9006eeb3edacbb5116 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 29 Apr 2016 17:15:34 +0700 Subject: Fix test class name --- crypto/test/src/openpgp/test/PGPNoPrivateKeyTest.cs | 4 ++-- crypto/test/src/openpgp/test/RegressionTest.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto') 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(), -- cgit 1.5.1