alaurenz / metrobike

0 stars 1 forks source link

Seattle to New York #160

Closed sw11 closed 11 years ago

sw11 commented 11 years ago

@alaurenz @meganca @coreyh3 I have a question about searching a route from seattle to new york. The app tried to search this route and then return back to the MainActivity without any error dialog pops up? So my question is how do we handle this case? Thanks

dutchscout commented 11 years ago

Does our app break when this happens?

sw11 commented 11 years ago

No, It just go back to the MainActivity. (Pretending nothing happened)

dutchscout commented 11 years ago

Could someone with a device try this search and capture the logcat output to a text file?

dutchscout commented 11 years ago

I added a unit test for Seattle to New York. The app correctly rejects the route results for being over 500km long, but the test took 10.5 minutes to run, partially because of our intense Logcat output. I may let this run once on Jenkins to see if it's faster, but if not, we'll need to pull it because it's too long :/

dutchscout commented 11 years ago

Large unit test removed (last build was 46 minutes long).