Commit ed634bf6 authored by estade@chromium.org's avatar estade@chromium.org

ntp4: app install test fix

broken in r98715

BUG=none
TEST=waterfall

Review URL: http://codereview.chromium.org/7793015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98731 0039d316-1c4b-4281-b951-d872f2087c98
parent 6d41604b
...@@ -109,8 +109,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest, ...@@ -109,8 +109,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
TabContents* tab_contents = browser()->GetSelectedTabContents(); TabContents* tab_contents = browser()->GetSelectedTabContents();
ASSERT_TRUE(tab_contents); ASSERT_TRUE(tab_contents);
EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec(), EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec(),
"chrome://newtab/#app-id=", // id changes "chrome://newtab/", false));
false));
} }
IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest, IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
...@@ -131,6 +130,5 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest, ...@@ -131,6 +130,5 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
TabContents* tab_contents = browser()->GetSelectedTabContents(); TabContents* tab_contents = browser()->GetSelectedTabContents();
ASSERT_TRUE(tab_contents); ASSERT_TRUE(tab_contents);
EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec(), EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec(),
"chrome://newtab/#app-id=", // id changes "chrome://newtab/", false));
false));
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment