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

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:55:21 PDT 2012


Revision: 9649
          http://trac.macosforge.org/projects/calendarserver/changeset/9649
Author:   glyph at apple.com
Date:     2012-08-11 01:55:21 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
needs more transaction

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_record.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_record.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_record.py	2012-08-11 08:55:21 UTC (rev 9648)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_record.py	2012-08-11 08:55:21 UTC (rev 9649)
@@ -205,7 +205,7 @@
                             (356, u"three"), (456, u"four")]:
             yield txn.execSQL("insert into ALPHA values (:1, :2)",
                               [beta, gamma])
-        rec = yield TestRecord.pop(234)
+        rec = yield TestRecord.pop(txn, 234)
         self.assertEqual(rec.gamma, u'two')
         self.assertEqual((yield txn.execSQL("select count(*) from ALPHA "
                                             "where BETA = :1", [234])),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/3a43dbb5/attachment-0001.html>


More information about the calendarserver-changes mailing list