Commit f65836d0 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! erp5_core_test testERP5Catalog: Assorted style improvements.

parent 968991e7
Pipeline #19951 failed with stage
in 0 seconds
...@@ -619,7 +619,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor): ...@@ -619,7 +619,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
# order to execute some line of code # order to execute some line of code
self.assertEqual(modification_date, result[0]['modification_date'].ISO()) self.assertEqual(modification_date, result[0]['modification_date'].ISO())
self.assertGreater(organisation.getModificationDate(), now) self.assertGreater(organisation.getModificationDate(), now)
self.assertLesser(result[0]['creation_date'], result[0]['modification_date']) self.assertLess(result[0]['creation_date'], result[0]['modification_date'])
def test_19_SearchFolderWithNonAsciiCharacter(self): def test_19_SearchFolderWithNonAsciiCharacter(self):
person_module = self.getPersonModule() person_module = self.getPersonModule()
......
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