This commit is contained in:
tisto
2013-12-15 12:02:32 +01:00
parent b5f4df5f17
commit f0a9d9ad6b
5 changed files with 3 additions and 8 deletions
@@ -19,8 +19,6 @@ from plone.app.discussion.testing import (
from plone.app.discussion.interfaces import IConversation
from plone.app.discussion.testing import COLLECTION_TYPE
class CatalogSetupTest(unittest.TestCase):
@@ -308,7 +308,7 @@ class ConversationTest(unittest.TestCase):
# Create a folder
self.typetool.constructContent('Folder', self.portal, 'f1')
f1 = self.portal.f1
# Usually we don't create a conversation on a folder
conversation = self.portal.f1.restrictedTraverse('@@conversation_view')
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
import unittest
from DateTime import DateTime
from zope.component import createObject
from Products.CMFCore.utils import getToolByName