[Zope-CVS] SVN: PluggableAuthService/trunk/ - Two minor fixes
Sidnei da Silva
sidnei at enfoldsystems.com
Sat Jan 21 09:54:06 EST 2006
Log message for revision 41397:
- Two minor fixes
Changed:
U PluggableAuthService/trunk/plugins/tests/test_doctests.py
U PluggableAuthService/trunk/tests/test_exportimport.py
-=-
Modified: PluggableAuthService/trunk/plugins/tests/test_doctests.py
===================================================================
--- PluggableAuthService/trunk/plugins/tests/test_doctests.py 2006-01-21 14:46:19 UTC (rev 41396)
+++ PluggableAuthService/trunk/plugins/tests/test_doctests.py 2006-01-21 14:54:03 UTC (rev 41397)
@@ -19,6 +19,7 @@
ZopeTestCase.installProduct('PythonScripts')
ZopeTestCase.installProduct('PluginRegistry')
ZopeTestCase.installProduct('PluggableAuthService')
+ZopeTestCase.installProduct('GenericSetup')
def test_suite():
suite = unittest.TestSuite()
Modified: PluggableAuthService/trunk/tests/test_exportimport.py
===================================================================
--- PluggableAuthService/trunk/tests/test_exportimport.py 2006-01-21 14:46:19 UTC (rev 41396)
+++ PluggableAuthService/trunk/tests/test_exportimport.py 2006-01-21 14:54:03 UTC (rev 41397)
@@ -31,7 +31,6 @@
else:
from Products.GenericSetup.tests.common import BaseRegistryTests
- from Products.GenericSetup.utils import _getDottedName
from zope.interface import Interface
from zope.app.tests.placelesssetup import PlacelessSetup
More information about the Zope-CVS
mailing list