Skip to content

Commit 70bf0e8

Browse files
authored
Update combine_ways.test.js
1 parent fca7268 commit 70bf0e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/combine_ways.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ test('Test combining 3 ways 1->2->3', () => {
7171
var way1 = '<way id="1"><nd ref="1"/><nd ref="2"/></way>';
7272
var way2 = '<way id="2"><nd ref="1"/><nd ref="3"/></way>';
7373
var way3 = '<way id="3"><nd ref="2"/><nd ref="3"/></way>';
74-
var way4 = '<way id="2"><nd ref="3"/><nd ref="1"/><nd ref="2"/><nd ref="3"/></way>';
7574
let parser = new window.DOMParser();
7675
let xml1 = parser.parseFromString(way1, 'text/xml').getElementsByTagName('way')[0];
7776
let xml2 = parser.parseFromString(way2, 'text/xml').getElementsByTagName('way')[0];

0 commit comments

Comments
 (0)