mapzen / eraser-map

Privacy-focused mapping application for Android
GNU General Public License v3.0
74 stars 24 forks source link

Search list crash #758

Closed sarahsnow1 closed 7 years ago

sarahsnow1 commented 7 years ago

Closes #757

msmollin commented 7 years ago

Is there a unit test that could be added to cover this case so it doesn't recur in the future?

sarahsnow1 commented 7 years ago

Because this is a class that depends on the android framework it wouldn't be worth setting up a test here. We pulled out support for robolectric tests which removed all tests for this class. We do have plans to add tests back in later though...