From dbf9ce88447cf3355a67cb793939c4c528be768c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 29 Mar 2013 15:58:01 +0100 Subject: [PATCH] Correct ns for ol.source.wms tests --- test/spec/ol/source/wms.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/source/wms.test.js b/test/spec/ol/source/wms.test.js index 8553c6fe1a..7d7be5d829 100644 --- a/test/spec/ol/source/wms.test.js +++ b/test/spec/ol/source/wms.test.js @@ -1,4 +1,4 @@ -goog.provide('ol.source.test.wms'); +goog.provide('ol.test.source.wms'); describe('ol.source.wms', function() {