#3328: Reformat once again
This commit is contained in:
@@ -330,10 +330,9 @@ describe('ol.format.WFS', function() {
|
|||||||
|
|
||||||
|
|
||||||
describe('when writing out a Transaction request', function() {
|
describe('when writing out a Transaction request', function() {
|
||||||
var text;
|
var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml';
|
||||||
before(function(done) {
|
before(function (done) {
|
||||||
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml',
|
afterLoadText(filename, function (xml) {
|
||||||
function(xml) {
|
|
||||||
text = xml;
|
text = xml;
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user