#3328: Reformatted details.
This commit is contained in:
@@ -332,10 +332,12 @@ 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) {
|
||||
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml',
|
||||
function(xml) {
|
||||
text = xml;
|
||||
done();
|
||||
});
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
it('handles multiple geometries', function() {
|
||||
|
||||
Reference in New Issue
Block a user