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

Unified Diff: chrome/installer/util/google_chrome_distribution_unittest.cc

Issue 60086: Add string resources to installer unit tests binary. (Closed)
Patch Set: testing upload script Created 11 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 | « no previous file | chrome/installer/util/installer_unittests.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_distribution_unittest.cc
diff --git a/chrome/installer/util/google_chrome_distribution_unittest.cc b/chrome/installer/util/google_chrome_distribution_unittest.cc
index 6abfe381764dc593e1f6b86b8429506f1d05716c..bd13cdc5d16bd2668222712a6c50a831b4e06e61 100644
--- a/chrome/installer/util/google_chrome_distribution_unittest.cc
+++ b/chrome/installer/util/google_chrome_distribution_unittest.cc
@@ -227,8 +227,8 @@ TEST_F(GoogleChromeDistributionTest, TestExtractUninstallMetrics) {
&uninstall_metrics_string));
EXPECT_EQ(expected_url_string, uninstall_metrics_string);
}
+#endif
-#else
// The distribution strings should not be empty. The unit tests are not linking
// with the chrome resources so we cannot test official build.
TEST(BrowserDistribution, StringsTest) {
@@ -253,7 +253,6 @@ TEST(BrowserDistribution, AlternateAndNormalShortcutName) {
EXPECT_FALSE(normal_name.empty());
EXPECT_FALSE(alternate_name.empty());
}
-#endif
TEST(MasterPreferences, ParseDistroParams) {
std::wstring prefs;
« no previous file with comments | « no previous file | chrome/installer/util/installer_unittests.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698