Lint-free tests

This commit is contained in:
Tim Schaub
2016-01-03 11:38:01 -07:00
parent cca86886f1
commit 4e0cddcb41
4 changed files with 41 additions and 64 deletions
+8 -8
View File
@@ -49,14 +49,14 @@ describe('ol.proj', function() {
});
it('gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are ' +
'equivalent',
function() {
_testAllEquivalent([
'CRS:84',
'urn:ogc:def:crs:EPSG:6.6:4326',
'EPSG:4326'
]);
});
'equivalent',
function() {
_testAllEquivalent([
'CRS:84',
'urn:ogc:def:crs:EPSG:6.6:4326',
'EPSG:4326'
]);
});
it('requires code and units to be equal for projection evquivalence',
function() {