CUTR-at-USF / opentripplanner-pojos

Plain Old Java Objects (POJOs) used for deserializing OpenTripPlanner server responses on Android devices.
2 stars 9 forks source link

ServerInfo has annotations #21

Closed vreixo closed 10 years ago

vreixo commented 10 years ago

ServerInfo has uncommented annotations that crash OpenTripPlanner for Android when updating servers.

barbeau commented 10 years ago

@vreixo thanks for catching this. Would you have time to add a few simple unit tests that call old and new REST API methods (in particular plan and serverinfo), so we can prevent this from slipping through again?

vreixo commented 10 years ago

@barbeau yes that will be great and I really want to include some unit tests to present with the thesis. Let's see if I have time.