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

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


Revision: 10232
          http://trac.calendarserver.org//changeset/10232
Author:   glyph at apple.com
Date:     2013-01-04 16:38:46 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Make SchemaAMP tests pass, and thereby make happy path integration test reliable.

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

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

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:44 UTC (rev 10231)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:46 UTC (rev 10232)
@@ -202,9 +202,7 @@
 
         @param proto: an L{SchemaAMP}
         """
-        return TableSyntax(
-            proto.schema.model.tableNamed(inString.decode("UTF-8"))
-        )
+        return getattr(proto.schema, inString.decode("UTF-8"))
 
 
     def toString(self, inObject):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/1c036dc8/attachment.html>


More information about the calendarserver-changes mailing list