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

Unified Diff: chrome/installer/mini_installer/configuration_test.cc

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland 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
« no previous file with comments | « chrome/installer/mini_installer/configuration.cc ('k') | chrome/installer/setup/install_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/configuration_test.cc
diff --git a/chrome/installer/mini_installer/configuration_test.cc b/chrome/installer/mini_installer/configuration_test.cc
index b1f3400fd9c1dac1b30dc8ffb06e77095839cfe3..75be4784622d7e4673e5a32c1943e21dbc74379a 100644
--- a/chrome/installer/mini_installer/configuration_test.cc
+++ b/chrome/installer/mini_installer/configuration_test.cc
@@ -178,6 +178,10 @@ TEST_F(MiniInstallerConfigurationTest, IsUpdatingSystemMulti) {
TEST_F(MiniInstallerConfigurationTest, ChromeAppGuid) {
EXPECT_STREQ(google_update::kAppGuid,
TestConfiguration(L"spam.exe").chrome_app_guid());
+ EXPECT_STREQ(google_update::kBetaAppGuid,
+ TestConfiguration(L"spam.exe --chrome-beta").chrome_app_guid());
+ EXPECT_STREQ(google_update::kDevAppGuid,
+ TestConfiguration(L"spam.exe --chrome-dev").chrome_app_guid());
EXPECT_STREQ(google_update::kSxSAppGuid,
TestConfiguration(L"spam.exe --chrome-sxs").chrome_app_guid());
}
« no previous file with comments | « chrome/installer/mini_installer/configuration.cc ('k') | chrome/installer/setup/install_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698