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

Unified Diff: payload_signer_unittest.cc

Issue 5633001: AU: Switch signature verification from external openssl to library. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: Created 10 years 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
« no previous file with comments | « payload_signer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: payload_signer_unittest.cc
diff --git a/payload_signer_unittest.cc b/payload_signer_unittest.cc
index 8121cae42658ca0f47d29f04e806e01f0acaec48..f8031561d2c4b997d23305725c178fa2dfb0c750 100644
--- a/payload_signer_unittest.cc
+++ b/payload_signer_unittest.cc
@@ -88,7 +88,7 @@ TEST(PayloadSignerTest, SimpleTest) {
}
}
-TEST(PayloadSignerTest, RunAsRootVerifySignatureTest) {
+TEST(PayloadSignerTest, VerifySignatureTest) {
vector<char> signature_blob;
SignSampleData(&signature_blob);
« no previous file with comments | « payload_signer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698