def test_in_response_to(self):
     # make sure in_response_to returns the title or id of the content
     # object the comment was added to
     self.assertEqual(catalog.in_response_to(self.comment)(), 'Document 1')
Example #2
0
 def test_in_response_to(self):
     # make sure in_response_to returns the title or id of the content
     # object the comment was added to
     self.assertEqual(catalog.in_response_to(self.comment)(), 'Document 1')