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

Unified Diff: chrome/test/mini_installer_test/test.cc

Issue 100177: Enable two more installer tests. (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer_test/test.cc
diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc
index a2e64195976778c8d7106908908f5170e8897f3d..ba2a2923cf76a5f9b32b17fa97d55bd75d5d12a3 100644
--- a/chrome/test/mini_installer_test/test.cc
+++ b/chrome/test/mini_installer_test/test.cc
@@ -43,7 +43,7 @@ TEST_F(MiniInstallTest, DISABLED_DifferentialInstallerTest) {
installer.InstallDifferentialInstaller();
}
-TEST_F(MiniInstallTest, DISABLED_StandaloneInstallerTest) {
+TEST_F(MiniInstallTest, StandaloneInstallerTest) {
ChromeMiniInstaller installer(mini_installer_constants::kUserInstall);
installer.InstallStandaloneIntaller();
}
@@ -53,7 +53,7 @@ TEST_F(MiniInstallTest, MiniInstallerOverChromeMetaInstallerTest) {
installer.OverInstall();
}
-TEST_F(MiniInstallTest, DISABLED_MiniInstallerSystemInstallTest) {
+TEST_F(MiniInstallTest, MiniInstallerSystemInstallTest) {
if (win_util::GetWinVersion() < win_util::WINVERSION_VISTA) {
ChromeMiniInstaller installer(mini_installer_constants::kSystemInstall);
installer.Install();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698