summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 03:47:25 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 03:47:25 +0000
commit93303456d26df8743a6803bdd0786f5db544090f (patch)
tree34ea3654c1fffcdca23eac2cda74b26b67805692 /chrome
parent1d4d6c674e6b3a932fbd4c33e8067e88031624d1 (diff)
downloadchromium_src-93303456d26df8743a6803bdd0786f5db544090f.zip
chromium_src-93303456d26df8743a6803bdd0786f5db544090f.tar.gz
chromium_src-93303456d26df8743a6803bdd0786f5db544090f.tar.bz2
Whoops. Actually print out the private key in the unit test,
instead of the crx file. Review URL: http://codereview.chromium.org/125172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/extensions/extensions_service_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extensions_service_unittest.cc b/chrome/browser/extensions/extensions_service_unittest.cc
index 71bd793..b3dfe7e 100644
--- a/chrome/browser/extensions/extensions_service_unittest.cc
+++ b/chrome/browser/extensions/extensions_service_unittest.cc
@@ -517,7 +517,7 @@ TEST_F(ExtensionsServiceTest, PackExtension) {
privkey_path));
std::string priv_key;
- file_util::ReadFileToString(crx_path, &priv_key);
+ file_util::ReadFileToString(privkey_path, &priv_key);
std::cout << "Private key:\n" << priv_key;
ASSERT_TRUE(file_util::PathExists(privkey_path));