[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/ Removed duplicate test.

Tres Seaver tseaver at palladion.com
Sat Dec 8 14:35:54 EST 2007


Log message for revision 82202:
  Removed duplicate test.
  
  o See https://bugs.launchpad.net/zope-cmf/+bug/174910
  

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
  U   Products.GenericSetup/trunk/Products/GenericSetup/tests/test_rolemap.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2007-12-08 19:13:49 UTC (rev 82201)
+++ Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2007-12-08 19:35:54 UTC (rev 82202)
@@ -2,6 +2,8 @@
 
   GenericSetup 1.4.0 (unreleased)
 
+    - Remove duplicated test (https://bugs.launchpad.net/zope-cmf/+bug/174910)
+
     - Don't create empty 'import_steps.xml' and 'export_steps.xml' files.
 
     - Fix relative paths for profile dependencies.

Modified: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_rolemap.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tests/test_rolemap.py	2007-12-08 19:13:49 UTC (rev 82201)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tests/test_rolemap.py	2007-12-08 19:35:54 UTC (rev 82202)
@@ -71,14 +71,6 @@
 
     def test_listPermissions_nooverrides( self ):
 
-        self.app.site = Folder(id='site')
-        site = self.app.site
-        configurator = self._makeOne( site )
-
-        self.assertEqual( len( configurator.listPermissions() ), 0 )
-
-    def test_listPermissions_nooverrides( self ):
-
         site = Folder(id='site').__of__(self.app)
         configurator = self._makeOne( site )
 



More information about the Checkins mailing list