[CalendarServer-changes] [9569] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:16 PDT 2012


Revision: 9569
          http://trac.macosforge.org/projects/calendarserver/changeset/9569
Author:   glyph at apple.com
Date:     2012-08-11 01:54:16 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
call super first, then set the stopped flag at the right moment.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py	2012-08-11 08:54:15 UTC (rev 9568)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py	2012-08-11 08:54:16 UTC (rev 9569)
@@ -344,8 +344,9 @@
 
 
     def stop(self):
+        result = super(FakeThreadHolder, self).stop()
         self.stopped = True
-        return super(FakeThreadHolder, self).stop()
+        return result
 
 
     @property
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/0066cc33/attachment-0001.html>


More information about the calendarserver-changes mailing list