PlanningDAO test fixes one tracker id to 25, and then tries to check that it finds another tracker (whose ID is autoincrement). If we insert 25 trackers before this test, both trackers could have id 25, which makes the test fail.
We should make both tracker ids autoincrement to avoid this problem.