Get rid of useless test exports

This commit is contained in:
Tim Schaub
2017-08-17 15:15:53 -04:00
parent 2d13f3c6e1
commit a3e3e99baa
203 changed files with 200 additions and 205 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.reader.EsriJSON');
goog.require('ol.Feature');
goog.require('ol.extent');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.reader.GeoJSON');
goog.require('ol.Feature');
goog.require('ol.extent');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.GML');
goog.require('ol.Feature');
goog.require('ol.format.GML');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.GPX');
goog.require('ol.Feature');
goog.require('ol.format.GPX');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.IGC');
goog.require('ol.format.IGC');
goog.require('ol.Feature');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.KML');
goog.require('ol.Feature');
goog.require('ol.array');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.MVT');
goog.require('ol.Feature');
goog.require('ol.ext.PBF');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.OSMXML');
goog.require('ol.Feature');
goog.require('ol.format.OSMXML');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.OWS');
goog.require('ol.format.OWS');
goog.require('ol.xml');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.Polyline');
goog.require('ol.Feature');
goog.require('ol.format.Polyline');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.TopoJSON');
goog.require('ol.Feature');
goog.require('ol.geom.MultiPolygon');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WFS');
goog.require('ol.Feature');
goog.require('ol.format.GML2');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WKT');
goog.require('ol.Feature');
goog.require('ol.geom.Point');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WMSCapabilities');
goog.require('ol.format.WMSCapabilities');
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WMSGetFeatureInfo');
goog.require('ol.format.WMSGetFeatureInfo');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WMTSCapabilities');
goog.require('ol.format.WMTSCapabilities');
+1 -1
View File
@@ -1,4 +1,4 @@
goog.provide('ol.test.XSD');
goog.require('ol.format.XSD');