mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
779099e660
In the DomFromData tests, we put the provided storeItems in the store first, then run preprocessAnnotations (which puts annotations in the store). However, in DataFromDom we ran preprocessAnnotations first (which puts annotations in the store), then ran getDataFromDom (which is expected to put the asserted store items in the store). Because the order was reversed between these two tests, it was impossible to write a test for an annotation whose toDataElement function adds to the store. Fix this by reordering the operations in the DataFromDom test, doing the conversion first and only then running preprocessAnnotations on the expected data. This preprocessAnnotations call will not write to the store if the test passes, because all annotations in the expected data should already have been put in the store by the conversion. Change-Id: I8f741d96fe12590fd711542794570fb95b1132d0 |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
ui | ||
example.png | ||
index.php | ||
ve.BranchNode.test.js | ||
ve.Document.test.js | ||
ve.Element.test.js | ||
ve.Factory.test.js | ||
ve.LeafNode.test.js | ||
ve.Node.test.js | ||
ve.qunit.js | ||
ve.Range.test.js | ||
ve.test.js | ||
ve.test.utils.js |