[CalendarServer-changes] [8979] CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 4 14:13:56 PDT 2012


Revision: 8979
          http://trac.macosforge.org/projects/calendarserver/changeset/8979
Author:   cdaboo at apple.com
Date:     2012-04-04 14:13:55 -0700 (Wed, 04 Apr 2012)
Log Message:
-----------
pyflakes

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py	2012-04-04 20:56:55 UTC (rev 8978)
+++ CalendarServer/trunk/txdav/caldav/datastore/test/test_sql.py	2012-04-04 21:13:55 UTC (rev 8979)
@@ -1145,7 +1145,7 @@
         # FIXME: not sure why, but without this statement here, this portion of the test fails in a funny way.
         # Basically the query in the try block seems to execute twice, failing each time, one of which is caught,
         # and the other not - causing the test to fail. Seems like some state on newTxn is not being initialized?
-        _ignore = yield self.calendarObjectUnderTest("2.ics", txn=newTxn)
+        yield self.calendarObjectUnderTest("2.ics", txn=newTxn)
         
         try:
             yield resource.lock(nowait=True, useTxn=newTxn)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120404/4b90473d/attachment.html>


More information about the calendarserver-changes mailing list