Commit c0f8e30b authored by Jérome Perrin's avatar Jérome Perrin

fixup! testBase: Add a test with document id that has non-ascii characters

parent d1f0f5db
Pipeline #34956 failed with stage
in 0 seconds
......@@ -1415,6 +1415,9 @@ class TestBase(ERP5TypeTestCase, ZopeTestCase.Functional):
portal_type=portal_type
)
self.tic()
self.assertEqual(obj.getId(), 'tést')
self.assertEqual(module._getOb(obj.getId()).getId(), obj.getId())
class TestERP5PropertyManager(unittest.TestCase):
"""Tests for ERP5PropertyManager.
......
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