[CalendarServer-changes] [9605] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:45 PDT 2012


Revision: 9605
          http://trac.macosforge.org/projects/calendarserver/changeset/9605
Author:   glyph at apple.com
Date:     2012-08-11 01:54:45 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
another test correction

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:44 UTC (rev 9604)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:45 UTC (rev 9605)
@@ -1041,7 +1041,7 @@
             csql.execed,
             [
                 ["select rowid from FOO where BAZ = :1", [1234]],
-                ["update FOO set BAZ = :1 WHERE BAR = :2", [4321, 1234]],
+                ["update FOO set BAR = :1 WHERE BAZ = :2", [4321, 1234]],
                 ["select BAR from FOO where rowid = :1", ["sample row id"]],
             ],
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/967684a4/attachment-0001.html>


More information about the calendarserver-changes mailing list