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

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


Revision: 9601
          http://trac.macosforge.org/projects/calendarserver/changeset/9601
Author:   glyph at apple.com
Date:     2012-08-11 01:54:42 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
1-indexed, not 0-indexed

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:41 UTC (rev 9600)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:42 UTC (rev 9601)
@@ -1034,8 +1034,8 @@
         csql.nextResult([["sample row id"]])
         result = resultOf(stmt.on(csql))
         # Three statements were executed; make sure that the result returned was
-        # the result of executing the last one.
-        self.assertResultList(result, 2)
+        # the result of executing the 3rd (and final) one.
+        self.assertResultList(result, 3)
         # Check that they were the right statements.
         self.assertEqual(
             csql.execed,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/94f8e7c4/attachment.html>


More information about the calendarserver-changes mailing list