Commit Graph

12 Commits

Author SHA1 Message Date
Tom MacWright 031c8d655e Fallback for browsers that do not support localStorage. Fixes #591 2013-02-01 13:12:46 -05:00
Ansis Brammanis 1b5a1b8268 Merge takes an entities object, not graph 2013-01-30 14:20:39 -05:00
John Firebaugh e69f613b51 Order deletions in osmChange XML (fixes #541)
This relies on iteration order of JS objects, which
is technically undefined. But currently all relevant
browsers implement first-defined-first-iterated order
for non-numeric keys. And I've written the specs so that
they will fail on browsers that don't adhere to this.
2013-01-28 11:47:59 -05:00
John Firebaugh 05e3dd73a8 Push JXON.stringify's down for easier testing 2013-01-28 11:24:52 -05:00
John Firebaugh ec0c02a9dc Whitespace 2013-01-27 21:50:08 -05:00
John Firebaugh de7fad5803 Move remaining XML stuff to Connection 2013-01-27 21:50:08 -05:00
John Firebaugh ce7e6ff831 Consistent iD prefix in tests 2013-01-22 18:23:18 -05:00
John Firebaugh d192d8bed5 Smaller test data 2012-12-13 17:39:06 -08:00
Tom MacWright d7f094a024 Remove 404 test because Travis can't handle it. 2012-12-13 12:06:47 -05:00
Tom MacWright 01e696135d Test for travis 2012-12-07 18:20:14 -05:00
Tom MacWright 50ef08c723 Test actual data parsing, add test data, more tests 2012-12-07 18:03:33 -05:00
John Firebaugh ddd40e190e Fix spec file case 2012-12-04 11:51:03 -05:00