From 4c207d9460dbb6f7d71ba65725c6591ecbd3babc Mon Sep 17 00:00:00 2001 From: Andreas Watermeyer Date: Thu, 8 Oct 2015 17:09:48 +0200 Subject: [PATCH] #3328: Reformat once again --- test/spec/ol/format/wfsformat.test.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/spec/ol/format/wfsformat.test.js b/test/spec/ol/format/wfsformat.test.js index 6fdd6ecdbd..89cf3e4aae 100644 --- a/test/spec/ol/format/wfsformat.test.js +++ b/test/spec/ol/format/wfsformat.test.js @@ -330,10 +330,9 @@ describe('ol.format.WFS', function() { describe('when writing out a Transaction request', function() { - var text; - before(function(done) { - afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml', - function(xml) { + var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml'; + before(function (done) { + afterLoadText(filename, function (xml) { text = xml; done(); }