commit | 4800b4f649126e257d37a448908db9e36a82b991 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Fri May 30 11:48:36 2014 +0100 |
committer | Hector Dearman <hjd@google.com> | Fri May 30 17:02:14 2014 +0100 |
tree | 0617e038057fa4542058489c5c3d12cff5093ee3 | |
parent | e11f168a3289b22c73baf2d817e541d1c8a7a657 [diff] |
Fix CookieTest CTS failures for No Webview Devices Seems like the problem was a copying error. All the other tests check if getActivity().getWebView() is null in setup but CookieTest and CookieSyncManagerTest uses NullWebViewUtils.isWebViewAvailable instead. I think the reason this is wrong is beacuse onCreate sets up NullWebViewUtils and it isn't called until we call getActivity() for the first time. Bug: 15326886 Change-Id: I04f8344e232fdd8a0fd1260cc8d915909109d851