[CalendarServer-changes] [10210] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:38:18 PST 2013


Revision: 10210
          http://trac.calendarserver.org//changeset/10210
Author:   glyph at apple.com
Date:     2013-01-04 16:38:18 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
use names that match up with the expected convention so the fixture doesn't need to be more complex

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/test/test_queue.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/test/test_queue.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/test/test_queue.py	2013-01-05 00:38:16 UTC (rev 10209)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/test/test_queue.py	2013-01-05 00:38:18 UTC (rev 10210)
@@ -79,7 +79,7 @@
         return 'worker'
 
 schemaText = """
-    create table DUMMY_WORK_ITEM (alpha integer, beta timestamp);
+    create table DUMMY_WORK_ITEM (WORK_ID integer, CREATED timestamp);
 """
 schema = SchemaSyntax(SimpleSchemaHelper().schemaFromString(schemaText))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/6c35743f/attachment.html>


More information about the calendarserver-changes mailing list