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

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.reader.EsriJSON');
goog.require('ol.Feature');
goog.require('ol.extent');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.reader.GeoJSON');
goog.require('ol.Feature');
goog.require('ol.extent');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.GML');
goog.require('ol.Feature');
goog.require('ol.format.GML');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.GPX');
goog.require('ol.Feature');
goog.require('ol.format.GPX');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.IGC');
goog.require('ol.format.IGC');
goog.require('ol.Feature');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.KML');
goog.require('ol.Feature');
goog.require('ol.array');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.MVT');
goog.require('ol.Feature');
goog.require('ol.ext.PBF');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.OSMXML');
goog.require('ol.Feature');
goog.require('ol.format.OSMXML');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.OWS');
goog.require('ol.format.OWS');
goog.require('ol.xml');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.Polyline');
goog.require('ol.Feature');
goog.require('ol.format.Polyline');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.TopoJSON');
goog.require('ol.Feature');
goog.require('ol.geom.MultiPolygon');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WFS');
goog.require('ol.Feature');
goog.require('ol.format.GML2');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WKT');
goog.require('ol.Feature');
goog.require('ol.geom.Point');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WMSCapabilities');
goog.require('ol.format.WMSCapabilities');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WMSGetFeatureInfo');
goog.require('ol.format.WMSGetFeatureInfo');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.format.WMTSCapabilities');
goog.require('ol.format.WMTSCapabilities');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.XSD');
goog.require('ol.format.XSD');