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

Side by Side Diff: chrome/test/page_cycler/page_cycler_test.cc

Issue 155003: Add morejs to page cycler tests. (Closed)
Patch Set: Created 11 years, 5 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
« no previous file with comments | « no previous file | no next file » | 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) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 #include "base/basictypes.h" 5 #include "base/basictypes.h"
6 #include "base/command_line.h" 6 #include "base/command_line.h"
7 #include "base/eintr_wrapper.h" 7 #include "base/eintr_wrapper.h"
8 #include "base/file_path.h" 8 #include "base/file_path.h"
9 #include "base/file_util.h" 9 #include "base/file_util.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 } 469 }
470 470
471 TEST_F(PageCyclerTest, DhtmlFile) { 471 TEST_F(PageCyclerTest, DhtmlFile) {
472 RunTest("dhtml", false); 472 RunTest("dhtml", false);
473 } 473 }
474 474
475 TEST_F(PageCyclerReferenceTest, DhtmlFile) { 475 TEST_F(PageCyclerReferenceTest, DhtmlFile) {
476 RunTest("dhtml", false); 476 RunTest("dhtml", false);
477 } 477 }
478 478
479 TEST_F(PageCyclerTest, MorejsFile) {
480 RunTest("morejs", false);
481 }
482
483 TEST_F(PageCyclerReferenceTest, MorejsFile) {
484 RunTest("morejs", false);
485 }
486
479 // http (localhost) tests 487 // http (localhost) tests
480 TEST_F(PageCyclerTest, MozHttp) { 488 TEST_F(PageCyclerTest, MozHttp) {
481 RunTest("moz", true); 489 RunTest("moz", true);
482 } 490 }
483 491
484 TEST_F(PageCyclerReferenceTest, MozHttp) { 492 TEST_F(PageCyclerReferenceTest, MozHttp) {
485 RunTest("moz", true); 493 RunTest("moz", true);
486 } 494 }
487 495
488 TEST_F(PageCyclerTest, Intl1Http) { 496 TEST_F(PageCyclerTest, Intl1Http) {
(...skipping 22 matching lines...) Expand all
511 519
512 TEST_F(PageCyclerTest, BloatHttp) { 520 TEST_F(PageCyclerTest, BloatHttp) {
513 RunTest("bloat", true); 521 RunTest("bloat", true);
514 } 522 }
515 523
516 TEST_F(PageCyclerReferenceTest, BloatHttp) { 524 TEST_F(PageCyclerReferenceTest, BloatHttp) {
517 RunTest("bloat", true); 525 RunTest("bloat", true);
518 } 526 }
519 527
520 } // namespace 528 } // namespace
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698