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

Unified Diff: ios/web/shell/test/plugin_placeholder_egtest.mm

Issue 2195773002: Rename EarlGrey test classes with TestCase suffix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: after successful sync Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/shell/test/pdf_egtest.mm ('k') | ios/web/shell/test/redirect_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/plugin_placeholder_egtest.mm
diff --git a/ios/web/shell/test/plugin_placeholder_egtest.mm b/ios/web/shell/test/plugin_placeholder_egtest.mm
index cb4ccb082e5c5f5fd2481c7e349465961ef62962..e1eee1f5a917828206971f2a57bb476fae62d93d 100644
--- a/ios/web/shell/test/plugin_placeholder_egtest.mm
+++ b/ios/web/shell/test/plugin_placeholder_egtest.mm
@@ -37,10 +37,10 @@ void LoadPage(const std::string& page_content) {
// Plugin placeholder test cases for the web shell. These tests verify that web
// page shows a placeholder for unsupported plugins.
-@interface PluginPlaceholderTest : ShellBaseTestCase
+@interface PluginPlaceholderTestCase : ShellBaseTestCase
@end
-@implementation PluginPlaceholderTest
+@implementation PluginPlaceholderTestCase
// Tests that a large <applet> with text fallback is untouched.
- (void)testPluginPlaceholderAppletFallback {
« no previous file with comments | « ios/web/shell/test/pdf_egtest.mm ('k') | ios/web/shell/test/redirect_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698