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

Unified Diff: ios/web/shell/test/redirect_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/plugin_placeholder_egtest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/redirect_egtest.mm
diff --git a/ios/web/shell/test/redirect_egtest.mm b/ios/web/shell/test/redirect_egtest.mm
index 9b7a6bae4cae3b2fe7c2869f5ac8c447dcd8c486..e367533b5d0ec62000631d1ff1535664143f901f 100644
--- a/ios/web/shell/test/redirect_egtest.mm
+++ b/ios/web/shell/test/redirect_egtest.mm
@@ -22,10 +22,10 @@ using web::test::HttpServer;
using web::webViewContainingText;
// Redirect test cases for the web shell.
-@interface RedirectTest : ShellBaseTestCase
+@interface RedirectTestCase : ShellBaseTestCase
@end
-@implementation RedirectTest
+@implementation RedirectTestCase
// Tests loading of page that is redirected 3 times using a 301 redirect.
- (void)testMultipleRedirects {
« no previous file with comments | « ios/web/shell/test/plugin_placeholder_egtest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698