[Checkins] SVN: zope.app.publication/branches/sylvain-testlayers/src/zope/app/publication/tests/test_simplecomponenttraverser.py This test doesn't need to inherit from PlacelessSetup. hop.

Sylvain Viollon sylvain at infrae.com
Tue Apr 13 08:21:23 EDT 2010


Log message for revision 110781:
  This test doesn't need to inherit from PlacelessSetup. hop.
  

Changed:
  U   zope.app.publication/branches/sylvain-testlayers/src/zope/app/publication/tests/test_simplecomponenttraverser.py

-=-
Modified: zope.app.publication/branches/sylvain-testlayers/src/zope/app/publication/tests/test_simplecomponenttraverser.py
===================================================================
--- zope.app.publication/branches/sylvain-testlayers/src/zope/app/publication/tests/test_simplecomponenttraverser.py	2010-04-13 12:16:42 UTC (rev 110780)
+++ zope.app.publication/branches/sylvain-testlayers/src/zope/app/publication/tests/test_simplecomponenttraverser.py	2010-04-13 12:21:23 UTC (rev 110781)
@@ -20,7 +20,6 @@
 from zope.interface import Interface, directlyProvides
 
 from zope.app.publication.traversers import SimpleComponentTraverser
-from zope.app.testing.placelesssetup import PlacelessSetup
 from zope import component
 
 class I(Interface):
@@ -50,7 +49,8 @@
         self._comp = comp
 
 
-class Test(PlacelessSetup, unittest.TestCase):
+class Test(unittest.TestCase):
+
     def testAttr(self):
         # test container traver
         foo = Container()



More information about the checkins mailing list