summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2013-12-29 11:24:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-12-29 11:24:03 +0700
commit8d01bdcfcb8be68b6d2aa0f77a17ca6ac046993c (patch)
treea50e03c1fb1d7e63df0ffa0dc12415e8ee32469b /crypto/test
parentUse Platform.ToUpperInvariant (diff)
downloadBouncyCastle.NET-ed25519-8d01bdcfcb8be68b6d2aa0f77a17ca6ac046993c.tar.xz
Make date format consistent with Java tests
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/test/nist/NistCertPathTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/test/nist/NistCertPathTest.cs b/crypto/test/src/test/nist/NistCertPathTest.cs
index f42f64ca2..fed98a778 100644
--- a/crypto/test/src/test/nist/NistCertPathTest.cs
+++ b/crypto/test/src/test/nist/NistCertPathTest.cs
@@ -185,7 +185,7 @@ namespace Org.BouncyCastle.Tests.Nist
 				new string[] { "NegativeSerialNumberCACert", "InvalidNegativeSerialNumberTest15EE" },
 				new string[] { TRUST_ANCHOR_ROOT_CRL, "NegativeSerialNumberCACRL" },
 				0,
-				"Certificate revocation after 4/19/2001 2:57:20 PM",
+				"Certificate revocation after Thu Apr 19 14:57:20",
 				"reason: keyCompromise");
 		}