[CalendarServer-changes] [11303] CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/ enterprise/dal/test/test_record.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jun 5 11:42:11 PDT 2013
Revision: 11303
http://trac.calendarserver.org//changeset/11303
Author: glyph at apple.com
Date: 2013-06-05 11:42:11 -0700 (Wed, 05 Jun 2013)
Log Message:
-----------
Docstring fix: delete() deletes, not creates.
Modified Paths:
--------------
CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/dal/test/test_record.py
Modified: CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/dal/test/test_record.py
===================================================================
--- CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/dal/test/test_record.py 2013-06-05 18:42:10 UTC (rev 11302)
+++ CalendarServer/branches/users/glyph/q-delete-no-concurrency/twext/enterprise/dal/test/test_record.py 2013-06-05 18:42:11 UTC (rev 11303)
@@ -125,7 +125,7 @@
def test_simpleDelete(self):
"""
When a record object is deleted, a row with a matching primary key will
- be created in the database.
+ be deleted in the database.
"""
txn = self.pool.connection()
def mkrow(beta, gamma):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130605/8df8a094/attachment.html>
More information about the calendarserver-changes
mailing list