estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

dont encode fetch_object response #185

Closed hfaulds closed 8 years ago

hfaulds commented 8 years ago

https://github.com/estately/rets/pull/184 introduced a bug where we were encoding the response of object requests as UTF8

hfaulds commented 8 years ago

I contemplated tests but I really don't like tests that assert some unintended behaviour doesn't exist, you could add infinite amounts of those kinds of tests.

dougcole commented 8 years ago

Thanks for the catch!