Deflake android_webview ShouldIgnoreNavigation test.
commit15c631d5500d5836f16ae8b92c3cdad9397dd600
authormkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 12 Oct 2012 16:56:45 +0000 (12 16:56 +0000)
committermkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 12 Oct 2012 16:56:45 +0000 (12 16:56 +0000)
treeeadd17f6d7d25811bc9d07d8480649181cdc266c
parente0bd43a9864bae0bb5debaff020057878bb61a4e
Deflake android_webview ShouldIgnoreNavigation test.

The testShouldIgnoreNavigationCanIgnoreLoading method was flaky because we call
onPageFinished for ignored navigations (bug 154292). The fix is to check that
the request for the navigation that is supposed to be ignored doesn't ever hit
the server.

BUG=
Java-only change, ran through trybot.
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/11108016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161600 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/javatests/src/org/chromium/android_webview/test/AwShouldIgnoreNavigationTest.java