From d7d3bb4cf8d49cdb018454aa04c4aceb5277137a Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Sat, 5 Sep 2015 16:50:13 +0200 Subject: [PATCH] update tests to reflect changes in dd32ec39 (The version attribute of the osmChange XML should read `0.6`) --- test/spec/core/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/core/connection.js b/test/spec/core/connection.js index 9b3eded0d..11ae4470e 100644 --- a/test/spec/core/connection.js +++ b/test/spec/core/connection.js @@ -195,7 +195,7 @@ describe('iD.Connection', function () { expect(jxon).to.eql({ osmChange: { - '@version': 0.3, + '@version': 0.6, '@generator': 'iD', 'create': {}, 'modify': {},