Commit 3aa9a037 authored by Nicolas Delaby's avatar Nicolas Delaby

check also acquired asText

parent 99ae01ed
......@@ -95,6 +95,7 @@ class TestERP5Coordinate(ERP5TypeTestCase):
# check acquired accessors
person.setDefaultEmailCoordinateText(email_text)
self.assertEquals(person.getDefaultEmailCoordinateText(), email_text)
self.assertEquals(person.getDefaultEmailText(), email_text)
# Old API check backward compatibility
def test_TelephoneAsText(self):
......
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