| Index: chrome/browser/apps/app_view_browsertest.cc
|
| diff --git a/chrome/browser/apps/app_view_browsertest.cc b/chrome/browser/apps/app_view_browsertest.cc
|
| index c394b281cb27bed0a6b246f7865fb1c70d0fda66..c813479ba51c7d1c415e499550cf5f66e4493a5b 100644
|
| --- a/chrome/browser/apps/app_view_browsertest.cc
|
| +++ b/chrome/browser/apps/app_view_browsertest.cc
|
| @@ -140,10 +140,10 @@ class AppViewTest : public extensions::PlatformAppBrowserTest {
|
| };
|
|
|
| // Tests that <appview> is able to navigate to another installed app.
|
| -IN_PROC_BROWSER_TEST_F(AppViewTest, TestAppViewBasic) {
|
| +IN_PROC_BROWSER_TEST_F(AppViewTest, TestAppViewWithUndefinedDataShouldSucceed) {
|
| const extensions::Extension* skeleton_app =
|
| InstallPlatformApp("app_view/shim/skeleton");
|
| - TestHelper("testAppViewBasic",
|
| + TestHelper("testAppViewWithUndefinedDataShouldSucceed",
|
| "app_view/shim",
|
| skeleton_app->id(),
|
| NO_TEST_SERVER);
|
|
|