- avoid sha/md5 library deprecation messages

- fix exportimport tests


git-svn-id: http://svn.dataflake.org/svn/Products.LDAPMultiPlugins/trunk@1823 835909ba-7c00-0410-bfa4-884f43845301
This commit is contained in:
jens 2009-11-24 15:15:21 +00:00
parent 87bb8c0e11
commit 9bdf924535
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ try:
from Products.GenericSetup.tests.common import BaseRegistryTests
class LMPXMLAdapterTestsBase(BodyAdapterTestCase):
class LMPXMLAdapterTestsBase(BodyAdapterTestCase, unittest.TestCase):
layer = ExportImportZCMLLayer
@ -39,7 +39,7 @@ try:
def setUp(self):
import Products.LDAPMultiPlugins
import Products.LDAPUserFolder
BodyAdapterTestCase.setUp(self)
super(LMPXMLAdapterTestsBase, self).setUp()
try:
import Products.CMFCore
zcml.load_config('meta.zcml', Products.CMFCore)