mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 078a331fb494 (bug 949048) for robocop failures CLOSED TREE
This commit is contained in:
parent
3287342f7d
commit
709eccd128
@ -193,11 +193,9 @@ public class testBrowserProvider extends ContentProviderTest {
|
||||
mAsserter.is(c.getCount(), 0, "All history entries were deleted");
|
||||
|
||||
mProvider.delete(mFaviconsUri, null, null);
|
||||
c = mProvider.query(appendUriParam(mFaviconsUri, "PARAM_SHOW_DELETED", "1"), null, null, null, null);
|
||||
mAsserter.is(c.getCount(), 0, "All favicons were deleted");
|
||||
|
||||
mProvider.delete(mThumbnailsUri, null, null);
|
||||
c = mProvider.query(appendUriParam(mThumbnailsUri, "PARAM_SHOW_DELETED", "1"), null, null, null, null);
|
||||
mAsserter.is(c.getCount(), 0, "All thumbnails were deleted");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user