Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1464)

Unified Diff: net/data/verify_certificate_chain_unittest/rebase-errors.py

Issue 2801813004: Refactor VerifyCertificateChain test data to include a key purpose (Closed)
Patch Set: Address mattm's comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/data/verify_certificate_chain_unittest/rebase-errors.py
diff --git a/net/data/verify_certificate_chain_unittest/rebase-errors.py b/net/data/verify_certificate_chain_unittest/rebase-errors.py
index 923757564156b22b9779098ebf8898ad2c3e075c..8640e18fc3bdc93901f8a9523e3298a8ee9c0b54 100755
--- a/net/data/verify_certificate_chain_unittest/rebase-errors.py
+++ b/net/data/verify_certificate_chain_unittest/rebase-errors.py
@@ -33,7 +33,7 @@ import re
# * Group 2 of the match is file path (relative to //src) where the expected
# errors were read from.
failed_test_regex = re.compile(r"""
-Value of: errors.ToDebugString\((?:chain)?\)
+Value of: errors.ToDebugString\((?:test.chain)?\)
Actual: "(.*)"
(?:.|\n)+?
Test file: (.*)

Powered by Google App Engine
This is Rietveld 408576698