Skip to content

Commit

Permalink
Bug 947018: Unbreak testBrowserProvider. r=trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKitching committed Dec 3, 2014
1 parent 7ea9ca7 commit 80868aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/base/tests/testBrowserProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void ensureEmptyDatabase() throws Exception {
BrowserContract.Bookmarks.UNFILED_FOLDER_GUID });

c = mProvider.query(appendUriParam(BrowserContract.Bookmarks.CONTENT_URI, BrowserContract.PARAM_SHOW_DELETED, "1"), null, null, null, null);
assertCountIsAndClose(c, 7, "All non-special bookmarks and folders were deleted");
assertCountIsAndClose(c, 6, "All non-special bookmarks and folders were deleted");

mProvider.delete(appendUriParam(BrowserContract.History.CONTENT_URI, BrowserContract.PARAM_IS_SYNC, "1"), null, null);
c = mProvider.query(appendUriParam(BrowserContract.History.CONTENT_URI, BrowserContract.PARAM_SHOW_DELETED, "1"), null, null, null, null);
Expand Down

0 comments on commit 80868aa

Please sign in to comment.