From e8205a8293b4c4c1316f861bc2224db84d3bbb66 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 6 Aug 2016 11:52:05 -0600 Subject: [PATCH] Rename format tests for consistency --- test/spec/ol/format/{esrijsonformat.test.js => esrijson.test.js} | 0 test/spec/ol/format/{geojsonformat.test.js => geojson.test.js} | 0 test/spec/ol/format/{gmlformat.test.js => gml.test.js} | 0 test/spec/ol/format/{gpxformat.test.js => gpx.test.js} | 0 test/spec/ol/format/{igcformat.test.js => igc.test.js} | 0 test/spec/ol/format/{kmlformat.test.js => kml.test.js} | 0 test/spec/ol/format/{mvtformat.test.js => mvt.test.js} | 0 test/spec/ol/format/{osmxmlformat.test.js => osmxml.test.js} | 0 test/spec/ol/format/{owsformat.test.js => ows.test.js} | 0 test/spec/ol/format/{polylineformat.test.js => polyline.test.js} | 0 test/spec/ol/format/{wfsformat.test.js => wfs.test.js} | 0 test/spec/ol/format/{wktformat.test.js => wkt.test.js} | 0 ...{wmsgetfeatureinfoformat.test.js => wmsgetfeatureinfo.test.js} | 0 .../{wmtscapabilitiesformat.test.js => wmtscapabilities.test.js} | 0 test/spec/ol/format/{xsdformat.test.js => xsd.test.js} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename test/spec/ol/format/{esrijsonformat.test.js => esrijson.test.js} (100%) rename test/spec/ol/format/{geojsonformat.test.js => geojson.test.js} (100%) rename test/spec/ol/format/{gmlformat.test.js => gml.test.js} (100%) rename test/spec/ol/format/{gpxformat.test.js => gpx.test.js} (100%) rename test/spec/ol/format/{igcformat.test.js => igc.test.js} (100%) rename test/spec/ol/format/{kmlformat.test.js => kml.test.js} (100%) rename test/spec/ol/format/{mvtformat.test.js => mvt.test.js} (100%) rename test/spec/ol/format/{osmxmlformat.test.js => osmxml.test.js} (100%) rename test/spec/ol/format/{owsformat.test.js => ows.test.js} (100%) rename test/spec/ol/format/{polylineformat.test.js => polyline.test.js} (100%) rename test/spec/ol/format/{wfsformat.test.js => wfs.test.js} (100%) rename test/spec/ol/format/{wktformat.test.js => wkt.test.js} (100%) rename test/spec/ol/format/{wmsgetfeatureinfoformat.test.js => wmsgetfeatureinfo.test.js} (100%) rename test/spec/ol/format/{wmtscapabilitiesformat.test.js => wmtscapabilities.test.js} (100%) rename test/spec/ol/format/{xsdformat.test.js => xsd.test.js} (100%) diff --git a/test/spec/ol/format/esrijsonformat.test.js b/test/spec/ol/format/esrijson.test.js similarity index 100% rename from test/spec/ol/format/esrijsonformat.test.js rename to test/spec/ol/format/esrijson.test.js diff --git a/test/spec/ol/format/geojsonformat.test.js b/test/spec/ol/format/geojson.test.js similarity index 100% rename from test/spec/ol/format/geojsonformat.test.js rename to test/spec/ol/format/geojson.test.js diff --git a/test/spec/ol/format/gmlformat.test.js b/test/spec/ol/format/gml.test.js similarity index 100% rename from test/spec/ol/format/gmlformat.test.js rename to test/spec/ol/format/gml.test.js diff --git a/test/spec/ol/format/gpxformat.test.js b/test/spec/ol/format/gpx.test.js similarity index 100% rename from test/spec/ol/format/gpxformat.test.js rename to test/spec/ol/format/gpx.test.js diff --git a/test/spec/ol/format/igcformat.test.js b/test/spec/ol/format/igc.test.js similarity index 100% rename from test/spec/ol/format/igcformat.test.js rename to test/spec/ol/format/igc.test.js diff --git a/test/spec/ol/format/kmlformat.test.js b/test/spec/ol/format/kml.test.js similarity index 100% rename from test/spec/ol/format/kmlformat.test.js rename to test/spec/ol/format/kml.test.js diff --git a/test/spec/ol/format/mvtformat.test.js b/test/spec/ol/format/mvt.test.js similarity index 100% rename from test/spec/ol/format/mvtformat.test.js rename to test/spec/ol/format/mvt.test.js diff --git a/test/spec/ol/format/osmxmlformat.test.js b/test/spec/ol/format/osmxml.test.js similarity index 100% rename from test/spec/ol/format/osmxmlformat.test.js rename to test/spec/ol/format/osmxml.test.js diff --git a/test/spec/ol/format/owsformat.test.js b/test/spec/ol/format/ows.test.js similarity index 100% rename from test/spec/ol/format/owsformat.test.js rename to test/spec/ol/format/ows.test.js diff --git a/test/spec/ol/format/polylineformat.test.js b/test/spec/ol/format/polyline.test.js similarity index 100% rename from test/spec/ol/format/polylineformat.test.js rename to test/spec/ol/format/polyline.test.js diff --git a/test/spec/ol/format/wfsformat.test.js b/test/spec/ol/format/wfs.test.js similarity index 100% rename from test/spec/ol/format/wfsformat.test.js rename to test/spec/ol/format/wfs.test.js diff --git a/test/spec/ol/format/wktformat.test.js b/test/spec/ol/format/wkt.test.js similarity index 100% rename from test/spec/ol/format/wktformat.test.js rename to test/spec/ol/format/wkt.test.js diff --git a/test/spec/ol/format/wmsgetfeatureinfoformat.test.js b/test/spec/ol/format/wmsgetfeatureinfo.test.js similarity index 100% rename from test/spec/ol/format/wmsgetfeatureinfoformat.test.js rename to test/spec/ol/format/wmsgetfeatureinfo.test.js diff --git a/test/spec/ol/format/wmtscapabilitiesformat.test.js b/test/spec/ol/format/wmtscapabilities.test.js similarity index 100% rename from test/spec/ol/format/wmtscapabilitiesformat.test.js rename to test/spec/ol/format/wmtscapabilities.test.js diff --git a/test/spec/ol/format/xsdformat.test.js b/test/spec/ol/format/xsd.test.js similarity index 100% rename from test/spec/ol/format/xsdformat.test.js rename to test/spec/ol/format/xsd.test.js