[CalendarServer-changes] [8780] CalendarServer/branches/users/glyph/case-insensitive-uid

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 29 10:15:17 PST 2012


Revision: 8780
          http://trac.macosforge.org/projects/calendarserver/changeset/8780
Author:   glyph at apple.com
Date:     2012-02-29 10:15:17 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
lightly adjust whitespace expectations

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/test/test_sql_tables.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/test/test_sql_tables.py
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/test/test_sql_tables.py	2012-02-29 18:15:13 UTC (rev 8779)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/test/test_sql_tables.py	2012-02-29 18:15:17 UTC (rev 8780)
@@ -223,9 +223,9 @@
                             'beta integer, check(beta > 3)'
                             " );"
                         ))),
-            "create table alpha ("
+            "create table alpha ( "
             '"beta" integer, check("beta" > 3)'
-            ");"
+            " );"
         )
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/87cfebd5/attachment-0001.html>


More information about the calendarserver-changes mailing list