This commit is contained in:
tisto
2012-01-14 07:53:03 +01:00
parent 11e101f7d7
commit 81fd515455
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -214,7 +214,8 @@ class CommentTest(unittest.TestCase):
def test_fti(self):
# test that we can look up an FTI for Discussion Item
self.assertTrue("Discussion Item" in self.portal.portal_types.objectIds())
self.assertTrue("Discussion Item" in
self.portal.portal_types.objectIds())
comment1 = createObject('plone.Comment')