Commit 6fceb07c authored by nsylvain@chromium.org's avatar nsylvain@chromium.org

Add a test case to be sure that InstallerUtil::IsOSSupported returns

true for all the versions we support (or test on)

bug: 7735

Review URL: http://codereview.chromium.org/27171

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10444 0039d316-1c4b-4281-b951-d872f2087c98
parent b37d187c
......@@ -45,3 +45,9 @@ TEST_F(MiniInstallTest, MiniInstallerUserInstallTest) {
installer.InstallMiniInstaller();
}
TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) {
// We run the tests on all supported OSes.
// Make sure the code agrees.
EXPECT_TRUE(InstallUtil::IsOSSupported());
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment