From 2edf81605cf1e93de090ce5f1ea18ed81e1bdc5b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 6 Feb 2020 16:26:31 -0500 Subject: [PATCH] Remove fallback presets from the test data presetIndex has them already --- test/spec/presets/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/spec/presets/index.js b/test/spec/presets/index.js index d78dd6765..48bc5a8a0 100644 --- a/test/spec/presets/index.js +++ b/test/spec/presets/index.js @@ -14,9 +14,6 @@ describe('iD.presetIndex', function () { describe('#match', function () { var testPresets = { - point: { tags: {}, geometry: ['point'] }, - line: { tags: {}, geometry: ['line'] }, - vertex: { tags: {}, geometry: ['vertex'] }, residential: { tags: { highway: 'residential' }, geometry: ['line'] }, park: { tags: { leisure: 'park' }, geometry: ['point', 'area'] } }; @@ -200,11 +197,6 @@ describe('iD.presetIndex', function () { describe('expected matches', function () { var testPresets = { - area: { name: 'Area', tags: {}, geometry: ['area'] }, - line: { name: 'Line', tags: {}, geometry: ['line'] }, - point: { name: 'Point', tags: {}, geometry: ['point'] }, - vertex: { name: 'Vertex', tags: {}, geometry: ['vertex'] }, - relation: { name: 'Relation', tags: {}, geometry: ['relation'] }, building: { name: 'Building', tags: { building: 'yes' }, geometry: ['area'] }, 'type/multipolygon': { name: 'Multipolygon',