diff --git a/test/unittest_comment.py b/test/unittest_comment.py index 0de12b45f744c077760897b35bde47ab68e21800_dGVzdC91bml0dGVzdF9jb21tZW50LnB5..4332987fee74aa5ad12cb316983f04d90b269a73_dGVzdC91bml0dGVzdF9jb21tZW50LnB5 100644 --- a/test/unittest_comment.py +++ b/test/unittest_comment.py @@ -15,7 +15,7 @@ def test_schema(self): self.assertEqual(self.schema['comments'].rdef('Comment', 'BlogEntry').composite, - 'object') + 'object') def test_possible_views(self): # comment primary view priority @@ -101,5 +101,5 @@ c12 = cnx.create_entity('Comment', content=u"one-two", comments=c1) c2 = cnx.create_entity('Comment', content=u"two", comments=self.b) self.assertEqual([c.eid for c in b.reverse_comments], - [c1.eid, c2.eid]) + [c1.eid, c2.eid]) self.assertEqual([c.eid for c in c1.cw_adapt_to('ITree').children()], @@ -105,5 +105,5 @@ self.assertEqual([c.eid for c in c1.cw_adapt_to('ITree').children()], - [c11.eid, c12.eid]) + [c11.eid, c12.eid]) def test_subcomments_count(self): with self.admin_access.repo_cnx() as cnx: