baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
298 stars 149 forks source link

[minor] Fix test case for a very large method response #81

Closed patricklodder closed 10 years ago

patricklodder commented 10 years ago

Fixes the test case from issue #42.

When comparing UTC dates, date.iso8601 types should specify UTC offset in the response, otherwise date will be (correctly) interpreted as local dates by the deserializer.

baalexander commented 10 years ago

LGTM, thanks.