Rename _ol_format_OWS_ to OWS

This commit is contained in:
Tim Schaub
2017-12-17 02:04:43 -07:00
parent a2d2f5e611
commit 1527f04db3
3 changed files with 80 additions and 80 deletions

View File

@@ -1,10 +1,10 @@
import _ol_format_OWS_ from '../../../../src/ol/format/OWS.js';
import OWS from '../../../../src/ol/format/OWS.js';
import _ol_xml_ from '../../../../src/ol/xml.js';
describe('ol.format.OWS 1.1', function() {
var parser = new _ol_format_OWS_();
var parser = new OWS();
it('should read ServiceProvider tag properly', function() {
var doc = _ol_xml_.parse(