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

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

Issue 8355023: Add test for installing Chrome Frame using 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/chrome_mini_installer.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 366a99d0a1408deae3fe58b177e77d30d7bf4032..886714997ddc8ba3e3f90f5cb7e0d42a51e6d0eb 100644
--- a/chrome/test/mini_installer_test/test.cc
+++ b/chrome/test/mini_installer_test/test.cc
@@ -164,6 +164,10 @@ TEST_F(MiniInstallTest,
TEST_F(MiniInstallTest, InstallChromeFrameUsingMultiInstallUser) {
cf_user_installer_->InstallChromeFrameUsingMultiInstall();
}
+
+TEST_F(MiniInstallTest, InstallChromeFrameUsingMultiInstallSys) {
+ cf_sys_installer_->InstallChromeFrameUsingMultiInstall();
+}
#endif
TEST_F(MiniInstallTest, InstallMiniInstallerSys) {
« no previous file with comments | « chrome/test/mini_installer_test/chrome_mini_installer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698