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

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


Revision: 9604
          http://trac.macosforge.org/projects/calendarserver/changeset/9604
Author:   glyph at apple.com
Date:     2012-08-11 01:54:44 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
select the right column and value in the test

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 9603)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:44 UTC (rev 9604)
@@ -1040,7 +1040,7 @@
         self.assertEqual(
             csql.execed,
             [
-                ["select rowid from FOO where BAR = :1", [4321]],
+                ["select rowid from FOO where BAZ = :1", [1234]],
                 ["update FOO set BAZ = :1 WHERE BAR = :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/e0f0089f/attachment.html>


More information about the calendarserver-changes mailing list