Put rendering test requires on top

This commit is contained in:
Tim Schaub
2016-08-07 23:22:12 -06:00
parent dd2e9c9ac9
commit 7d29b35e75
13 changed files with 128 additions and 115 deletions

View File

@@ -1,5 +1,12 @@
goog.provide('ol.test.rendering.reproj.Image');
goog.require('ol.events');
goog.require('ol.proj');
goog.require('ol.proj.EPSG3857');
goog.require('ol.reproj.Image');
goog.require('ol.source.ImageStatic');
describe('ol.rendering.reproj.Image', function() {
function testSingleImage(source, targetProj,
@@ -52,9 +59,3 @@ describe('ol.rendering.reproj.Image', function() {
});
});
});
goog.require('ol.events');
goog.require('ol.proj');
goog.require('ol.proj.EPSG3857');
goog.require('ol.reproj.Image');
goog.require('ol.source.ImageStatic');