Do not depend on the meta_type metadata in the catalog
This commit is contained in:
@@ -320,7 +320,6 @@ class CommentCatalogTest(unittest.TestCase):
|
||||
|
||||
def test_type(self):
|
||||
self.assertEqual(self.comment_brain.portal_type, 'Discussion Item')
|
||||
self.assertEqual(self.comment_brain.meta_type, 'Discussion Item')
|
||||
self.assertEqual(self.comment_brain.Type, 'Comment')
|
||||
|
||||
def test_review_state(self):
|
||||
|
||||
Reference in New Issue
Block a user