diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 00:31:57 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 00:31:57 +0000 |
commit | d0c4dad6f13d73489bc7af30edf28603ef841a17 (patch) | |
tree | 333f2148bd08db9ceaa67a83fc4df114cedbf099 | |
parent | aea323ed82f098e0e795046a95ae212d76b564ff (diff) | |
download | chromium_src-d0c4dad6f13d73489bc7af30edf28603ef841a17.zip chromium_src-d0c4dad6f13d73489bc7af30edf28603ef841a17.tar.gz chromium_src-d0c4dad6f13d73489bc7af30edf28603ef841a17.tar.bz2 |
re-enable this now the bug causing it to fail has been fixed.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12330 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/mini_installer_test/test.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc index 50db56c..f8a4f08 100644 --- a/chrome/test/mini_installer_test/test.cc +++ b/chrome/test/mini_installer_test/test.cc @@ -41,8 +41,6 @@ TEST_F(MiniInstallTest, MiniInstallerOverChromeMetaInstallerTest) { installer.OverInstall(); } -// These 2 tests started failing at revision 12317. -#if 0 TEST_F(MiniInstallTest, MiniInstallerSystemInstallTest) { if (win_util::GetWinVersion() < win_util::WINVERSION_VISTA) { ChromeMiniInstaller installer(mini_installer_constants::kSystemInstall); @@ -57,8 +55,6 @@ TEST_F(MiniInstallTest, MiniInstallerUserInstallTest) { mini_installer_constants::kChromeMiniInstallerExecutable); } -#endif - TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) { // We run the tests on all supported OSes. // Make sure the code agrees. |