[CalendarServer-changes] [5819] CalendarServer/branches/new-store/txcaldav/calendarstore/test/ test_scheduling.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 30 15:37:36 PDT 2010


Revision: 5819
          http://trac.macosforge.org/projects/calendarserver/changeset/5819
Author:   glyph at apple.com
Date:     2010-06-30 15:37:36 -0700 (Wed, 30 Jun 2010)
Log Message:
-----------
allow for setUp/tearDown to be defined

Modified Paths:
--------------
    CalendarServer/branches/new-store/txcaldav/calendarstore/test/test_scheduling.py

Modified: CalendarServer/branches/new-store/txcaldav/calendarstore/test/test_scheduling.py
===================================================================
--- CalendarServer/branches/new-store/txcaldav/calendarstore/test/test_scheduling.py	2010-06-30 22:37:09 UTC (rev 5818)
+++ CalendarServer/branches/new-store/txcaldav/calendarstore/test/test_scheduling.py	2010-06-30 22:37:36 UTC (rev 5819)
@@ -37,7 +37,7 @@
 END:VCALENDAR
 """
 
-class ImplicitStoreTests(TestCase, CommonTests):
+class ImplicitStoreTests(CommonTests, TestCase):
     """
     Tests for L{ImplicitSchedulingStore}.
     """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100630/ff83bfba/attachment.html>


More information about the calendarserver-changes mailing list