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

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


Revision: 9607
          http://trac.macosforge.org/projects/calendarserver/changeset/9607
Author:   glyph at apple.com
Date:     2012-08-11 01:54:47 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
normalize case

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:46 UTC (rev 9606)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:47 UTC (rev 9607)
@@ -1044,7 +1044,7 @@
         )
         self.assertEqual(
             csql.execed[1],
-            ["update FOO set BAR = :1 WHERE BAZ = :2", [4321, 1234]]
+            ["update FOO set BAR = :1 where BAZ = :2", [4321, 1234]]
         )
         self.assertEqual(csql.execed[2],
             ["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/ba5750f1/attachment.html>


More information about the calendarserver-changes mailing list