michael@0: These are tests specific to the Places Query API. michael@0: michael@0: We are tracking the coverage of these tests here: michael@0: http://wiki.mozilla.org/QA/TDAI/Projects/Places_Tests michael@0: michael@0: When creating one of these tests, you need to update those tables so that we michael@0: know how well our test coverage is of this area. Furthermore, when adding tests michael@0: ensure to cover live update (changing the query set) by performing the following michael@0: operations on the query set you get after running the query: michael@0: * Adding a new item to the query set michael@0: * Updating an existing item so that it matches the query set michael@0: * Change an existing item so that it does not match the query set michael@0: * Do multiple of the above inside an Update Batch transaction. michael@0: * Try these transactions in different orders. michael@0: michael@0: Use the stub test to help you create a test with the proper structure.