From e7d6bae0ad9bcb452ae1e018911d6ca2d0977dc3 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 10 Jun 2013 09:34:43 -0600 Subject: [PATCH] Providing proj in ol.test --- test/spec/ol/proj/epsg3857projection.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/proj/epsg3857projection.test.js b/test/spec/ol/proj/epsg3857projection.test.js index 41c228ad91..baabe31de1 100644 --- a/test/spec/ol/proj/epsg3857projection.test.js +++ b/test/spec/ol/proj/epsg3857projection.test.js @@ -1,4 +1,4 @@ -goog.provide('ol.test.projection.EPSG3857'); +goog.provide('ol.test.proj.EPSG3857'); describe('ol.proj.EPSG3857', function() {