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

Side by Side Diff: chrome/browser/plugin_test.cc

Issue 7576018: Reorganize chrome/test, part #8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/pdf_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Tests for the top plugins to catch regressions in our plugin host code, as 5 // Tests for the top plugins to catch regressions in our plugin host code, as
6 // well as in the out of process code. Currently this tests: 6 // well as in the out of process code. Currently this tests:
7 // Flash 7 // Flash
8 // Real 8 // Real
9 // QuickTime 9 // QuickTime
10 // Windows Media Player 10 // Windows Media Player
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 TEST_F(PluginInstallerDownloadTest, PluginInstallerDownloadPathTest) { 304 TEST_F(PluginInstallerDownloadTest, PluginInstallerDownloadPathTest) {
305 MessageLoop loop(MessageLoop::TYPE_IO); 305 MessageLoop loop(MessageLoop::TYPE_IO);
306 Start(); 306 Start();
307 loop.Run(); 307 loop.Run();
308 308
309 EXPECT_TRUE(success()); 309 EXPECT_TRUE(success());
310 EXPECT_TRUE(initial_download_path().BaseName().value() == 310 EXPECT_TRUE(initial_download_path().BaseName().value() ==
311 final_download_path().BaseName().value()); 311 final_download_path().BaseName().value());
312 } 312 }
313 #endif // defined(OS_WIN) 313 #endif // defined(OS_WIN)
OLDNEW
« no previous file with comments | « chrome/browser/pdf_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698