gecko/toolkit/components/places/tests/queries
2015-04-27 21:24:21 +02:00
..
head_queries.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
readme.txt
test_415716.js Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak 2015-02-09 15:01:22 +01:00
test_abstime-annotation-domain.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_abstime-annotation-uri.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_async.js Bug 1148459 - Use new keywords API in tests. r=ttaubert 2015-04-21 22:21:52 +02:00
test_containersQueries_sorting.js
test_history_queries_tags_liveUpdate.js Bug 1062894 - Avoid batching tag changes if number of changed tags is low. r=mak, ttaubert 2015-04-27 21:24:21 +02:00
test_history_queries_titles_liveUpdate.js Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak 2015-02-09 15:01:22 +01:00
test_onlyBookmarked.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_queryMultipleFolder.js Bug 1094906 - Convert xpcshell-tests in toolkit/components/places/tests/queries to Bookmarks.jsm API r=mak 2015-03-12 14:26:28 +01:00
test_querySerialization.js Bug 1068671 - folderReadOnly doesn't pertain to bookmarks or results. r=mak 2014-10-14 17:03:28 +03:00
test_redirects.js Bug 1148459 - Use new keywords API in tests. r=ttaubert 2015-04-21 22:21:52 +02:00
test_results-as-tag-contents-query.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_results-as-visit.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_searchTerms_includeHidden.js
test_searchterms-bookmarklets.js
test_searchterms-domain.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_searchterms-uri.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_sort-date-site-grouping.js
test_sorting.js Backout 5b8b725af86c (bug 1150484) due to wrong author in the commit 2015-04-27 22:25:36 +02:00
test_tags.js Bug 1129498 - Replace remove_all_bookmarks() with .eraseEverything() r=mak 2015-04-20 12:29:37 +02:00
test_transitions.js Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak 2015-02-09 15:01:22 +01:00
xpcshell.ini Bug 334050 - Add a test for Places queries against multiple folders. r=mak 2014-11-12 08:11:00 +01:00

These are tests specific to the Places Query API.

We are tracking the coverage of these tests here:
http://wiki.mozilla.org/QA/TDAI/Projects/Places_Tests

When creating one of these tests, you need to update those tables so that we
know how well our test coverage is of this area.  Furthermore, when adding tests
ensure to cover live update (changing the query set) by performing the following
operations on the query set you get after running the query:
* Adding a new item to the query set
* Updating an existing item so that it matches the query set
* Change an existing item so that it does not match the query set
* Do multiple of the above inside an Update Batch transaction.
* Try these transactions in different orders.

Use the stub test to help you create a test with the proper structure.