This diff introduces a test plan for the removeMessageItemsOlderThenDeviceCheckpoint() database method that was introduced in D4220.
The test flow is following:
- Insert new message item.
- Find the message item by the receiver deviceID.
- Check if found items are not zero.
- Call removeMessageItemsOlderThenDeviceCheckpoint with the deviceID and checkpoint time greater than that was during the first insert.
- Find the message item by the receiver deviceID.
- Check if the found items are equal to zero.
Linear task: ENG-1303