Fixed issue with multi option of ol.interaction.Select

This commit is contained in:
simonseyock
2016-09-06 12:35:04 +01:00
committed by simonseyock
parent 51776ed79e
commit 7392db0f57
2 changed files with 16 additions and 11 deletions

View File

@@ -229,7 +229,7 @@ describe('ol.interaction.Select', function() {
// Select again to make sure the internal layer isn't reported
simulateEvent('singleclick', 10, -20);
expect(listenerSpy.callCount).to.be(2);
expect(listenerSpy.callCount).to.be(1);
features = select.getFeatures();
expect(features.getLength()).to.equal(4);