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

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

Issue 8384002: Add test for Chrome install with existing Chrome Frame Multi-install (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 2 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 | « chrome/test/mini_installer_test/run_all_unittests.cc ('k') | 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 886714997ddc8ba3e3f90f5cb7e0d42a51e6d0eb..7f00a700e89963ad067620cff801df8125584053 100644
--- a/chrome/test/mini_installer_test/test.cc
+++ b/chrome/test/mini_installer_test/test.cc
@@ -168,6 +168,16 @@ TEST_F(MiniInstallTest, InstallChromeFrameUsingMultiInstallUser) {
TEST_F(MiniInstallTest, InstallChromeFrameUsingMultiInstallSys) {
cf_sys_installer_->InstallChromeFrameUsingMultiInstall();
}
+
+TEST_F(MiniInstallTest, InstallChromeWithExistingChromeFrameUser) {
+ cf_user_installer_->InstallChromeFrameUsingMultiInstall();
+ chrome_user_installer_->InstallChromeUsingMultiInstall();
+}
+
+TEST_F(MiniInstallTest, InstallChromeWithExistingChromeFrameSys) {
+ cf_sys_installer_->InstallChromeFrameUsingMultiInstall();
+ chrome_sys_installer_->InstallChromeUsingMultiInstall();
+}
#endif
TEST_F(MiniInstallTest, InstallMiniInstallerSys) {
« no previous file with comments | « chrome/test/mini_installer_test/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698