fix tests

This commit is contained in:
Vincent Fretin 2013-10-11 14:38:07 +02:00
parent 583b359c81
commit 23d26e285a
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@
<include file="configure.zcml" />
<include package="ecreall.helpers.testing" />
<include package="plone.app.async" file="single_db_worker.zcml" />
<genericsetup:registerProfile
name="testing"
@ -16,4 +15,4 @@
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
</configure>
</configure>

View File

@ -51,7 +51,7 @@ class TestContentTypes(IntegrationTestCase, BaseTest):
id="my-info", title="My information",
responsible=['bigboss'])
self.assertIn('my-info', folder)
self.assertNotIn('deadline', info)
self.assertNotIn('deadline', info.__dict__)
def test_add_opinion(self):
folder = self.folder