robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

Fix check response code #213

Closed groupsky closed 10 years ago

groupsky commented 10 years ago

Seems to be a copy/paste issue: Response#checkResponseCode(int) should actually use the provided response code, rather than checking only for HTTP_OK

groupsky commented 10 years ago

Sorry, merged two changes. Will send new pull request