#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() {
|
describe('when writing out a Transaction request', function() {
|
||||||
var text;
|
var text;
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml', function(xml) {
|
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml',
|
||||||
|
function(xml) {
|
||||||
text = xml;
|
text = xml;
|
||||||
done();
|
done();
|
||||||
});
|
}
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('handles multiple geometries', function() {
|
it('handles multiple geometries', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user