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

Unified Diff: src/platform/update_engine/integration_unittest.cc

Issue 467051: AU: Use Omaha ID rather than MAC address in delta updater (Closed)
Patch Set: fixes for review Created 11 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
Index: src/platform/update_engine/integration_unittest.cc
diff --git a/src/platform/update_engine/integration_unittest.cc b/src/platform/update_engine/integration_unittest.cc
index 671240f98126c29bdd636bab2003e7d5cc98e1c0..e8eca56a375d06184d2cb4feca88ad932cd1d452 100644
--- a/src/platform/update_engine/integration_unittest.cc
+++ b/src/platform/update_engine/integration_unittest.cc
@@ -133,6 +133,9 @@ TEST(IntegrationTest, DISABLED_RunAsRootFullInstallTest) {
ASSERT_EQ(0, System(string("rm -rf ") + kTestDir));
ASSERT_EQ(0, system("rm -f /tmp/update_engine_test_postinst_out.txt"));
ASSERT_EQ(0, System(string("mkdir -p ") + kTestDir + "/etc"));
+ ASSERT_EQ(0, system((string("mkdir -p ") + kTestDir +
+ utils::kStatefulPartition +
+ "/etc").c_str()));
ASSERT_TRUE(WriteFileString(string(kTestDir) + "/etc/lsb-release",
"GOOGLE_RELEASE=0.2.0.0\n"
"GOOGLE_TRACK=unittest-track"));
« no previous file with comments | « src/platform/update_engine/install_action_unittest.cc ('k') | src/platform/update_engine/omaha_request_prep_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698