[CalendarServer-changes] [8655] CalendarServer/branches/users/glyph/table-alias

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 13 10:03:37 PST 2012


Revision: 8655
          http://trac.macosforge.org/projects/calendarserver/changeset/8655
Author:   glyph at apple.com
Date:     2012-02-13 10:03:37 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
correct test: table name needs to show up in there someplace

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

Property Changed:
----------------
    CalendarServer/branches/users/glyph/table-alias/

Modified: CalendarServer/branches/users/glyph/table-alias/twext/enterprise/dal/test/test_sqlsyntax.py
===================================================================
--- CalendarServer/branches/users/glyph/table-alias/twext/enterprise/dal/test/test_sqlsyntax.py	2012-02-13 18:03:34 UTC (rev 8654)
+++ CalendarServer/branches/users/glyph/table-alias/twext/enterprise/dal/test/test_sqlsyntax.py	2012-02-13 18:03:37 UTC (rev 8655)
@@ -366,7 +366,7 @@
         sfoo2 = sfoo.alias()
         self.assertEquals(
             Select([sfoo2.BAR], From=sfoo2).toSQL(),
-            SQLFragment("select alias1.BAR from alias1")
+            SQLFragment("select alias1.BAR from FOO alias1")
         )
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120213/1502244a/attachment-0001.html>


More information about the calendarserver-changes mailing list