summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2021-10-04 19:50:31 +1100
committerDavid Hook <dgh@cryptoworkshop.com>2021-10-04 19:50:31 +1100
commit64f8abc147a03de15ff1cbcdea4bfc428f79913f (patch)
tree677bc0155aa935cfd204b929865d589aed7c3ee6 /crypto/test
parentpartial #68 (diff)
downloadBouncyCastle.NET-ed25519-64f8abc147a03de15ff1cbcdea4bfc428f79913f.tar.xz
format changes only - relates to github #68
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/asn1/test/AdditionalInformationSyntaxUnitTest.cs2
-rw-r--r--crypto/test/src/asn1/test/AdmissionSyntaxUnitTest.cs2
-rw-r--r--crypto/test/src/asn1/test/EssCertIDv2UnitTest.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/test/src/asn1/test/AdditionalInformationSyntaxUnitTest.cs b/crypto/test/src/asn1/test/AdditionalInformationSyntaxUnitTest.cs

index ac4ff9809..b7246193b 100644 --- a/crypto/test/src/asn1/test/AdditionalInformationSyntaxUnitTest.cs +++ b/crypto/test/src/asn1/test/AdditionalInformationSyntaxUnitTest.cs
@@ -60,7 +60,7 @@ namespace Org.BouncyCastle.Asn1.Tests checkMandatoryField("information", information, syntax.Information); } - public static void Main( + public static void Main( string[] args) { RunTest(new AdditionalInformationSyntaxUnitTest()); diff --git a/crypto/test/src/asn1/test/AdmissionSyntaxUnitTest.cs b/crypto/test/src/asn1/test/AdmissionSyntaxUnitTest.cs
index 59464d212..8d0a1f821 100644 --- a/crypto/test/src/asn1/test/AdmissionSyntaxUnitTest.cs +++ b/crypto/test/src/asn1/test/AdmissionSyntaxUnitTest.cs
@@ -82,7 +82,7 @@ namespace Org.BouncyCastle.Asn1.Tests } } - public static void Main( + public static void Main( string[] args) { RunTest(new AdmissionSyntaxUnitTest()); diff --git a/crypto/test/src/asn1/test/EssCertIDv2UnitTest.cs b/crypto/test/src/asn1/test/EssCertIDv2UnitTest.cs
index 9aac777e1..8f53c9b3d 100644 --- a/crypto/test/src/asn1/test/EssCertIDv2UnitTest.cs +++ b/crypto/test/src/asn1/test/EssCertIDv2UnitTest.cs
@@ -28,7 +28,7 @@ namespace Org.BouncyCastle.Asn1.Tests EssCertIDv2.GetInstance(asn1Object); } - + public static void Main( string[] args) {