[CalendarServer-changes] [4675] CalendarServer/trunk/twistedcaldav/test/test_config.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 30 10:41:12 PDT 2009


Revision: 4675
          http://trac.macosforge.org/projects/calendarserver/changeset/4675
Author:   sagen at apple.com
Date:     2009-10-30 10:41:11 -0700 (Fri, 30 Oct 2009)
Log Message:
-----------
Fixes the intermittent test failure on test_logging

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_config.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_config.py	2009-10-30 17:00:49 UTC (rev 4674)
+++ CalendarServer/trunk/twistedcaldav/test/test_config.py	2009-10-30 17:41:11 UTC (rev 4675)
@@ -59,6 +59,7 @@
     def tearDown(self):
         config.setDefaults(DEFAULT_CONFIG)
         config.reset()
+        config.update(None) # Make sure the update hooks get called
 
     def testDefaults(self):
         for key, value in DEFAULT_CONFIG.iteritems():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091030/077ddafb/attachment.html>


More information about the calendarserver-changes mailing list