[Zope3-checkins]
SVN: Zope3/trunk/src/zope/sendmail/tests/test_directives.py
Add missing cleanup code to zope.sendmail unit tests.
Marius Gedminas
marius at pov.lt
Sat Jan 20 08:05:55 EST 2007
Log message for revision 72135:
Add missing cleanup code to zope.sendmail unit tests.
Changed:
U Zope3/trunk/src/zope/sendmail/tests/test_directives.py
-=-
Modified: Zope3/trunk/src/zope/sendmail/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/sendmail/tests/test_directives.py 2007-01-20 13:04:08 UTC (rev 72134)
+++ Zope3/trunk/src/zope/sendmail/tests/test_directives.py 2007-01-20 13:05:55 UTC (rev 72135)
@@ -78,6 +78,7 @@
thread.join()
shutil.rmtree(self.mailbox, True)
+ super(DirectivesTest, self).tearDown()
def testQueuedDelivery(self):
delivery = zope.component.getUtility(IMailDelivery, "Mail")
More information about the Zope3-Checkins
mailing list