Commit 02aacf4b authored by Jérome Perrin's avatar Jérome Perrin

fixup! Add a test to check whether update of a part of repeated elements works.

this accidentally removed the assertions from test_insert_element_with_same_id
parent fc4c404b
......@@ -1183,6 +1183,7 @@ class TestERP5Diff(unittest.TestCase):
</xupdate:insert-after>
</xupdate:modifications>
"""
self._assertERP5DiffWorks(old_xml, new_xml, expected_result_string)
def test_part_of_repeated_elements_updated(self):
"""32. Update a part of repeated elements
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment