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

Unified Diff: chrome/browser/extensions/extensions_service_unittest.cc

Issue 125162: Temporarily break the purify bot again so that I can get log (Closed)
Patch Set: Created 11 years, 6 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
« no previous file with comments | « no previous file | chrome/test/data/purify/unit_tests.exe.gtest.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extensions_service_unittest.cc
diff --git a/chrome/browser/extensions/extensions_service_unittest.cc b/chrome/browser/extensions/extensions_service_unittest.cc
index 1150dae14f618e43a8444c0f9771169a92047050..9799b7f9cf7351179c9be571bf756c9b2635e01b 100644
--- a/chrome/browser/extensions/extensions_service_unittest.cc
+++ b/chrome/browser/extensions/extensions_service_unittest.cc
@@ -516,6 +516,10 @@ TEST_F(ExtensionsServiceTest, PackExtension) {
ASSERT_TRUE(creator->Run(input_directory, crx_path, FilePath(),
privkey_path));
+ std::string priv_key;
+ file_util::ReadFileToString(crx_path, &priv_key);
+ LOG(INFO) << "Private key:\n" << priv_key;
Erik does not do reviews 2009/06/16 00:32:55 is log level set right on the bots? or should thi
+
ASSERT_TRUE(file_util::PathExists(privkey_path));
InstallExtension(crx_path, true);
« no previous file with comments | « no previous file | chrome/test/data/purify/unit_tests.exe.gtest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698