[CalendarServer-changes] [5691] CalendarServer/branches/new-store/twext/web2/dav/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 6 00:41:19 PDT 2010


Revision: 5691
          http://trac.macosforge.org/projects/calendarserver/changeset/5691
Author:   glyph at apple.com
Date:     2010-06-06 00:41:16 -0700 (Sun, 06 Jun 2010)
Log Message:
-----------
preserve diagnostic information

Modified Paths:
--------------
    CalendarServer/branches/new-store/twext/web2/dav/test/util.py

Modified: CalendarServer/branches/new-store/twext/web2/dav/test/util.py
===================================================================
--- CalendarServer/branches/new-store/twext/web2/dav/test/util.py	2010-06-04 22:13:19 UTC (rev 5690)
+++ CalendarServer/branches/new-store/twext/web2/dav/test/util.py	2010-06-06 07:41:16 UTC (rev 5691)
@@ -35,7 +35,7 @@
 from twext.web2.http import HTTPError, StatusResponse
 from twext.web2 import responsecode
 from twext.web2.dav import davxml
-from twext.web2.dav.fileop import rmdir
+
 from twext.web2.dav.resource import TwistedACLInheritable
 from twext.web2.dav.static import DAVFile
 from twext.web2.dav.util import joinURL
@@ -185,9 +185,8 @@
 
     def tearDown(self):
         unittest.TestCase.tearDown(self)
-        if hasattr(self, "_docroot"):
-            rmdir(self._docroot)
 
+
     def mkdtemp(self, prefix):
         """
         Creates a new directory in the document root and returns its path and
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100606/06e063b6/attachment.html>


More information about the calendarserver-changes mailing list