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

Unified Diff: chrome/browser/ui/webui/print_preview_ui_unittest.cc

Issue 8586046: Rename the PrintPreviewUITest unit test to PrintPreviewUIUnitTest, because there exists a UI test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/print_preview_ui_unittest.cc
===================================================================
--- chrome/browser/ui/webui/print_preview_ui_unittest.cc (revision 110586)
+++ chrome/browser/ui/webui/print_preview_ui_unittest.cc (working copy)
@@ -28,7 +28,7 @@
} // namespace
-typedef BrowserWithTestWindowTest PrintPreviewUITest;
+typedef BrowserWithTestWindowTest PrintPreviewUIUnitTest;
// Test crashs on TouchUI due to initiator tab's native view having no parent.
// http://crbug.com/104284
@@ -38,7 +38,7 @@
#define MAYBE_PrintPreviewData PrintPreviewData
#endif
// Create/Get a preview tab for initiator tab.
-TEST_F(PrintPreviewUITest, MAYBE_PrintPreviewData) {
+TEST_F(PrintPreviewUIUnitTest, MAYBE_PrintPreviewData) {
CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnablePrintPreview);
ASSERT_TRUE(browser());
BrowserList::SetLastActive(browser());
@@ -104,7 +104,7 @@
#define MAYBE_PrintPreviewDraftPages PrintPreviewDraftPages
#endif
// Set and get the individual draft pages.
-TEST_F(PrintPreviewUITest, MAYBE_PrintPreviewDraftPages) {
+TEST_F(PrintPreviewUIUnitTest, MAYBE_PrintPreviewDraftPages) {
#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_CHROMEOS)
CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnablePrintPreview);
#endif
@@ -178,7 +178,7 @@
#define MAYBE_GetCurrentPrintPreviewStatus GetCurrentPrintPreviewStatus
#endif
// Test the browser-side print preview cancellation functionality.
-TEST_F(PrintPreviewUITest, MAYBE_GetCurrentPrintPreviewStatus) {
+TEST_F(PrintPreviewUIUnitTest, MAYBE_GetCurrentPrintPreviewStatus) {
#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_CHROMEOS)
CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnablePrintPreview);
#endif
« 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