Apply reviewer's comments

This commit is contained in:
Alexandre Dubé
2017-03-21 10:15:32 -04:00
parent ef1033dffc
commit 827fabc849
2 changed files with 2 additions and 3 deletions

View File

@@ -1017,7 +1017,7 @@ describe('ol.format.WFS', function() {
describe('when writing out a WFS Filter', function() {
it('creates a filter', function() {
var text =
'<Filter>' +
'<Filter xmlns="http://www.opengis.net/ogc">' +
' <And>' +
' <PropertyIsLike wildCard="*" singleChar="." escapeChar="!">' +
' <PropertyName>name</PropertyName>' +