[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests - test_appsupport.py:1.2

Fred L. Drake, Jr. fred at zope.com
Tue May 4 19:39:22 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests
In directory cvs.zope.org:/tmp/cvs-serv16119

Modified Files:
	test_appsupport.py 
Log Message:
re-enable a cleanup call that was commented out during debugging


=== Packages/zpkgtools/zpkgtools/tests/test_appsupport.py 1.1 => 1.2 ===
--- Packages/zpkgtools/zpkgtools/tests/test_appsupport.py:1.1	Tue May  4 17:14:48 2004
+++ Packages/zpkgtools/zpkgtools/tests/test_appsupport.py	Tue May  4 19:39:21 2004
@@ -51,7 +51,7 @@
         self.app = app.BuilderApplication(self.options)
 
     def tearDown(self):
-        #self.app.cleanup()
+        self.app.cleanup()
         shutil.rmtree(self.tmpdir)
         tempfile.tempdir = self.old_tempdir
 




More information about the Zope-CVS mailing list