summaryrefslogtreecommitdiff
path: root/chromium/net/cert/pki/test_helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/cert/pki/test_helpers.cc')
-rw-r--r--chromium/net/cert/pki/test_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/cert/pki/test_helpers.cc b/chromium/net/cert/pki/test_helpers.cc
index 914b6a3921a..50cc1ba5105 100644
--- a/chromium/net/cert/pki/test_helpers.cc
+++ b/chromium/net/cert/pki/test_helpers.cc
@@ -236,7 +236,7 @@ bool ReadVerifyCertChainTestFromFile(const std::string& file_path_ascii,
ReadCertChainFromFile(chain_path, &test->chain);
} else if (GetValue("utc_time: ", line_piece, &value, &has_time)) {
if (value == "DEFAULT") {
- value = "211005120000Z";
+ value = "221005120000Z";
}
if (!der::ParseUTCTime(der::Input(&value), &test->time)) {
ADD_FAILURE() << "Failed parsing UTC time";