[Checkins] SVN: PluggableAuthService/trunk/plugins/tests/test_exportimport.py - fix Zope 2.10 test breakage

Jens Vagelpohl jens at dataflake.org
Sun May 27 14:05:48 EDT 2007


Log message for revision 75977:
  - fix Zope 2.10 test breakage
  

Changed:
  U   PluggableAuthService/trunk/plugins/tests/test_exportimport.py

-=-
Modified: PluggableAuthService/trunk/plugins/tests/test_exportimport.py
===================================================================
--- PluggableAuthService/trunk/plugins/tests/test_exportimport.py	2007-05-27 18:03:01 UTC (rev 75976)
+++ PluggableAuthService/trunk/plugins/tests/test_exportimport.py	2007-05-27 18:05:47 UTC (rev 75977)
@@ -34,13 +34,11 @@
     from Products.GenericSetup.tests.conformance \
             import ConformsToIFilesystemImporter
 
-    from Products.GenericSetup.tests.common import SecurityRequestTest
-    from Products.GenericSetup.tests.common import DOMComparator
+    from Products.GenericSetup.tests.common import BaseRegistryTests
     from Products.GenericSetup.tests.common import DummyExportContext
     from Products.GenericSetup.tests.common import DummyImportContext
 
-    class _TestBase(SecurityRequestTest,
-                    DOMComparator,
+    class _TestBase(BaseRegistryTests,
                     ConformsToIFilesystemExporter,
                     ConformsToIFilesystemImporter,
                     ):



More information about the Checkins mailing list