[Zope-CVS] SVN: zpkgtools/trunk/zpkgtools/tests/test_app.py remove debugging cruft

Fred L. Drake, Jr. fdrake at gmail.com
Mon Aug 29 11:41:01 EDT 2005


Log message for revision 38140:
  remove debugging cruft

Changed:
  U   zpkgtools/trunk/zpkgtools/tests/test_app.py

-=-
Modified: zpkgtools/trunk/zpkgtools/tests/test_app.py
===================================================================
--- zpkgtools/trunk/zpkgtools/tests/test_app.py	2005-08-29 15:39:51 UTC (rev 38139)
+++ zpkgtools/trunk/zpkgtools/tests/test_app.py	2005-08-29 15:41:00 UTC (rev 38140)
@@ -435,9 +435,6 @@
     def test_building_default_collection_override(self):
         # Test that a configuration's setting of a default collection
         # can be overridden to actually determine what's built.
-        import logging
-        root_logger = logging.getLogger()
-        root_logger.addHandler(logging.StreamHandler())
         config = os.path.join(os.path.dirname(os.path.abspath(__file__)),
                               "input", "package.conf")
         package_map = self.createPackageMap()



More information about the Zope-CVS mailing list