[CalendarServer-changes] [11300] CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/ enterprise/test/test_queue.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 5 11:42:09 PDT 2013


Revision: 11300
          http://trac.calendarserver.org//changeset/11300
Author:   glyph at apple.com
Date:     2013-06-05 11:42:09 -0700 (Wed, 05 Jun 2013)
Log Message:
-----------
(nitpick: 79, not 80.)

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/test/test_queue.py

Modified: CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/test/test_queue.py
===================================================================
--- CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/test/test_queue.py	2013-06-05 18:42:09 UTC (rev 11299)
+++ CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/test/test_queue.py	2013-06-05 18:42:09 UTC (rev 11300)
@@ -698,9 +698,9 @@
         """
         # TODO: this exact test should run against LocalQueuer as well.
         def operation(txn):
-            # TODO: how does 'enqueue' get associated with the transaction? This
-            # is not the fact with a raw t.w.enterprise transaction.  Should
-            # probably do something with components.
+            # TODO: how does 'enqueue' get associated with the transaction?
+            # This is not the fact with a raw t.w.enterprise transaction.
+            # Should probably do something with components.
             return txn.enqueue(DummyWorkItem, a=3, b=4, workID=4321,
                                notBefore=datetime.datetime.utcnow())
         result = yield inTransaction(self.store.newTransaction, operation)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130605/d7ddb992/attachment-0001.html>


More information about the calendarserver-changes mailing list