Commit be253d62 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typos.

parent a03ea9ff
......@@ -645,7 +645,7 @@ class TestERP5Diff(unittest.TestCase):
self._assertERP5DiffWorks(old_xml, new_xml, expected_result_string)
def test_test_remove_element_with_same_id_bis(self):
def test_remove_element_with_same_id_bis(self):
"""21. Modify two elements that have same id
"""
old_xml = """
......@@ -926,7 +926,7 @@ class TestERP5Diff(unittest.TestCase):
self._assertERP5DiffWorks(old_xml, new_xml, expected_result_string)
def test_test_reoder_nodes_at_the_beginning(self):
def test_reoder_nodes_at_the_beginning(self):
"""27. Reorder some nodes at the beginning
"""
old_xml = """
......
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