summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/test/src/test/nist/NistCertPathTest.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/test/src/test/nist/NistCertPathTest.cs b/crypto/test/src/test/nist/NistCertPathTest.cs
index fed98a778..6a23cac22 100644
--- a/crypto/test/src/test/nist/NistCertPathTest.cs
+++ b/crypto/test/src/test/nist/NistCertPathTest.cs
@@ -185,8 +185,10 @@ namespace Org.BouncyCastle.Tests.Nist
 				new string[] { "NegativeSerialNumberCACert", "InvalidNegativeSerialNumberTest15EE" },
 				new string[] { TRUST_ANCHOR_ROOT_CRL, "NegativeSerialNumberCACRL" },
 				0,
-				"Certificate revocation after Thu Apr 19 14:57:20",
-				"reason: keyCompromise");
+                // NOTE: Date/time part is locale-dependent
+                //"Certificate revocation after Thu Apr 19 14:57:20",
+                "Certificate revocation after",
+                "reason: keyCompromise");
 		}
 
 		//