strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

Logic errors in message_store_tests.cpp #179

Open hkaraoguz opened 7 years ago

hkaraoguz commented 7 years ago

I think the conditional checks in here here and here have logic error. If the query is successfully completed, the functions will return true. The size of the results vector should be checked to judge about the actual result of the tests.