diff options
author | anantha@chromium.org <anantha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 19:44:39 +0000 |
---|---|---|
committer | anantha@chromium.org <anantha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 19:44:39 +0000 |
commit | da0107bf034cff4b0c8e6e3e6aca26fec3e5d63e (patch) | |
tree | b0696f5090042f6c8759fa7688abe9a9c4f47035 | |
parent | 053b17df7a9d05dbf338573f40c35d8123fa00ac (diff) | |
download | chromium_src-da0107bf034cff4b0c8e6e3e6aca26fec3e5d63e.zip chromium_src-da0107bf034cff4b0c8e6e3e6aca26fec3e5d63e.tar.gz chromium_src-da0107bf034cff4b0c8e6e3e6aca26fec3e5d63e.tar.bz2 |
Forgot to enable the test in last check-in. Enabled the test now.
Review URL: http://codereview.chromium.org/99145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14766 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/mini_installer_test/test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc index d3a9745..a2e6419 100644 --- a/chrome/test/mini_installer_test/test.cc +++ b/chrome/test/mini_installer_test/test.cc @@ -38,7 +38,7 @@ TEST_F(MiniInstallTest, FullInstallerTest) { } // Will enable this test after bug#9593 gets fixed. -TEST_F(MiniInstallTest, DifferentialInstallerTest) { +TEST_F(MiniInstallTest, DISABLED_DifferentialInstallerTest) { ChromeMiniInstaller installer(mini_installer_constants::kUserInstall); installer.InstallDifferentialInstaller(); } @@ -48,7 +48,7 @@ TEST_F(MiniInstallTest, DISABLED_StandaloneInstallerTest) { installer.InstallStandaloneIntaller(); } -TEST_F(MiniInstallTest, DISABLED_MiniInstallerOverChromeMetaInstallerTest) { +TEST_F(MiniInstallTest, MiniInstallerOverChromeMetaInstallerTest) { ChromeMiniInstaller installer(mini_installer_constants::kUserInstall); installer.OverInstall(); } @@ -60,7 +60,7 @@ TEST_F(MiniInstallTest, DISABLED_MiniInstallerSystemInstallTest) { } } -TEST_F(MiniInstallTest, DISABLED_MiniInstallerUserInstallTest) { +TEST_F(MiniInstallTest, MiniInstallerUserInstallTest) { if (win_util::GetWinVersion() < win_util::WINVERSION_VISTA) { ChromeMiniInstaller installer(mini_installer_constants::kUserInstall); installer.Install(); |