Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhar-jakub committed Jan 20, 2016
1 parent fa3f69c commit ed2303d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jsTestDriver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ serve:
- src/shapes/Compass.js
- src/layer/CompassLayer.js
- src/layer/CoordinatesDisplayLayer.js
- src/util/Date.js
- src/formats/shapefile/DBaseField.js
- src/formats/shapefile/DBaseFile.js
- src/formats/shapefile/DBaseRecord.js
Expand Down Expand Up @@ -228,7 +229,7 @@ serve:
- src/projections/ProjectionWgs84.js
- src/util/Promise.js
- src/geom/Rectangle.js
- src/util/Remote.js
- src/formats/kml/util/Remote.js
- src/render/Renderable.js
- src/layer/RenderableLayer.js
- src/layer/RestTiledImageLayer.js
Expand Down
2 changes: 1 addition & 1 deletion test/util/Remote.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require({
baseUrl: '/test/'
}, [
'test/CatchTest',
'src/util/Remote'
'src/formats/kml/util/Remote'
], function (CatchTest,
Remote) {
"use strict";
Expand Down

0 comments on commit ed2303d

Please sign in to comment.