[CalendarServer-changes] [7859] CalendarServer/trunk/txdav/common/datastore/test/test_sql_tables.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 8 18:19:42 PDT 2011


Revision: 7859
          http://trac.macosforge.org/projects/calendarserver/changeset/7859
Author:   glyph at apple.com
Date:     2011-08-08 18:19:42 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
make the table names actually different at the end

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/test/test_sql_tables.py

Modified: CalendarServer/trunk/txdav/common/datastore/test/test_sql_tables.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/test/test_sql_tables.py	2011-08-09 01:19:06 UTC (rev 7858)
+++ CalendarServer/trunk/txdav/common/datastore/test/test_sql_tables.py	2011-08-09 01:19:42 UTC (rev 7859)
@@ -79,7 +79,7 @@
         addSQLToSchema(
             schema, """
             create table same_012345678012345678990123456789_1 (foo integer);
-            create table same_012345678012345678990123456789_1 (bar text);
+            create table same_012345678012345678990123456789_2 (bar text);
             """
         )
         io = StringIO()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110808/59ee6c25/attachment.html>


More information about the calendarserver-changes mailing list