From cb62215181a48d63d64ba5c542041daae1557501 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Sat, 23 Sep 2017 22:17:54 -0400 Subject: Rename main methods --- crypto/test/src/crypto/test/SM2EngineTest.cs | 2 +- crypto/test/src/crypto/test/SM2KeyExchangeTest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/test/src/crypto/test/SM2EngineTest.cs b/crypto/test/src/crypto/test/SM2EngineTest.cs index 8a1987d52..cc9440e86 100644 --- a/crypto/test/src/crypto/test/SM2EngineTest.cs +++ b/crypto/test/src/crypto/test/SM2EngineTest.cs @@ -151,7 +151,7 @@ namespace Org.BouncyCastle.Crypto.Tests DoEngineTestF2m(); } - public static void Main(string[] args) + public static void MainOld(string[] args) { RunTest(new SM2EngineTest()); } diff --git a/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs b/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs index d7a2650eb..41993218c 100644 --- a/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs +++ b/crypto/test/src/crypto/test/SM2KeyExchangeTest.cs @@ -213,7 +213,7 @@ namespace Org.BouncyCastle.Crypto.Tests DoKeyExchangeTestF2m(); } - public static void Main(string[] args) + public static void MainOld(string[] args) { RunTest(new SM2KeyExchangeTest()); } -- cgit 1.5.1