gecko/toolkit/components/places/tests/queries
2010-06-23 10:01:27 -07:00
..
head_queries.js Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 1), r=mano, sr=vlad 2010-04-09 11:30:29 -07:00
readme.txt
stub-test.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_415716.js Bug 542941 - Part6: fix existing tests to check for the new transition type, r=dietrich 2010-03-10 13:40:39 +01:00
test_abstime-annotation-domain.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_abstime-annotation-uri.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_async.js Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 1), r=mano, sr=vlad 2010-04-09 11:30:29 -07:00
test_containersQueries_sorting.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_excludeReadOnlyFolders.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_onlyBookmarked.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_querySerialization.js Bug 564270 - Can not search Places by transition type 2010-06-23 10:01:27 -07:00
test_redirectsMode.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_results-as-tag-contents-query.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_results-as-visit.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_searchterms-domain.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_searchterms-uri.js Bug 556376 - Provide a common head for Places xpcshell-tests. 2010-04-02 00:42:25 +02:00
test_sorting.js Bug 527622 - test_sorting.js should wait for clear history. a=dietrich 2010-04-16 23:50:40 +02:00
test_tags.js Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
test_transitions.js Bug 564270 - Can not search Places by transition type 2010-06-23 10:01:27 -07: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.