mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix bug that was causing google validation warnings to appear over changesets with the approved google africa building dataset.
This commit is contained in:
@@ -63,4 +63,9 @@ describe('iD.validations.incompatible_source', function () {
|
||||
expect(issue.entityIds[0]).to.eql('w-1');
|
||||
});
|
||||
|
||||
it('does not flag buildings in the google-africa-buildings dataset', function() {
|
||||
createWay({ building: 'yes', source: 'esri/Google_Africa_Buildings' });
|
||||
var issues = validate();
|
||||
expect(issues).to.have.lengthOf(0);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user