Browse Source

Merge pull request #922 from pelias/greenkeeper/pelias-model-4.9.0

Update pelias-model to the latest version 🚀
pull/923/head v3.27.6
Stephen K Hess 8 years ago committed by GitHub
parent
commit
74a2eddece
  1. 2
      package.json
  2. 51
      test/unit/controller/placeholder.js

2
package.json

@ -60,7 +60,7 @@
"pelias-labels": "1.6.0", "pelias-labels": "1.6.0",
"pelias-logger": "0.2.0", "pelias-logger": "0.2.0",
"pelias-microservice-wrapper": "1.1.2", "pelias-microservice-wrapper": "1.1.2",
"pelias-model": "4.8.1", "pelias-model": "4.9.0",
"pelias-query": "8.15.0", "pelias-query": "8.15.0",
"pelias-sorting": "1.0.1", "pelias-sorting": "1.0.1",
"pelias-text-analyzer": "1.8.3", "pelias-text-analyzer": "1.8.3",

51
test/unit/controller/placeholder.js

@ -287,8 +287,7 @@ module.exports.tests.success = (test, common) => {
'default': 'name 3' 'default': 'name 3'
}, },
population: 4321, population: 4321,
popularity: 8765, popularity: 8765
parent: { }
} }
] ]
}; };
@ -352,8 +351,7 @@ module.exports.tests.success = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };
@ -413,8 +411,7 @@ module.exports.tests.success = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };
@ -472,8 +469,7 @@ module.exports.tests.success = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };
@ -538,8 +534,7 @@ module.exports.tests.success = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 2' 'default': 'name 2'
}, }
parent: { }
} }
] ]
}; };
@ -608,8 +603,7 @@ module.exports.tests.success = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };
@ -782,8 +776,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
}, },
{ {
_id: '10', _id: '10',
@ -800,8 +793,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 10' 'default': 'name 10'
}, }
parent: { }
} }
] ]
}; };
@ -968,8 +960,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
}, },
{ {
_id: '10', _id: '10',
@ -986,8 +977,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 10' 'default': 'name 10'
}, }
parent: { }
} }
] ]
}; };
@ -1107,8 +1097,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
}, },
{ {
_id: '3', _id: '3',
@ -1125,8 +1114,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 3' 'default': 'name 3'
}, }
parent: { }
}, },
{ {
_id: '5', _id: '5',
@ -1143,8 +1131,7 @@ module.exports.tests.result_filtering = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 5' 'default': 'name 5'
}, }
parent: { }
} }
] ]
}; };
@ -1567,8 +1554,7 @@ module.exports.tests.geometry_errors = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: {}
} }
] ]
}; };
@ -1628,8 +1614,7 @@ module.exports.tests.centroid_errors = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };
@ -1689,8 +1674,7 @@ module.exports.tests.centroid_errors = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };
@ -1763,8 +1747,7 @@ module.exports.tests.boundingbox_errors = (test, common) => {
}, },
phrase: { phrase: {
'default': 'name 1' 'default': 'name 1'
}, }
parent: { }
} }
] ]
}; };

Loading…
Cancel
Save