1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/places/tests/queries/readme.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +These are tests specific to the Places Query API. 1.5 + 1.6 +We are tracking the coverage of these tests here: 1.7 +http://wiki.mozilla.org/QA/TDAI/Projects/Places_Tests 1.8 + 1.9 +When creating one of these tests, you need to update those tables so that we 1.10 +know how well our test coverage is of this area. Furthermore, when adding tests 1.11 +ensure to cover live update (changing the query set) by performing the following 1.12 +operations on the query set you get after running the query: 1.13 +* Adding a new item to the query set 1.14 +* Updating an existing item so that it matches the query set 1.15 +* Change an existing item so that it does not match the query set 1.16 +* Do multiple of the above inside an Update Batch transaction. 1.17 +* Try these transactions in different orders. 1.18 + 1.19 +Use the stub test to help you create a test with the proper structure.