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

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


Revision: 9583
          http://trac.macosforge.org/projects/calendarserver/changeset/9583
Author:   glyph at apple.com
Date:     2012-08-11 01:54:28 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
Include the test name, for debugging.

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:54:27 UTC (rev 9582)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_record.py	2012-08-11 08:54:28 UTC (rev 9583)
@@ -57,7 +57,7 @@
 
     def setUp(self):
         sqlitename = self.mktemp()
-        def connectionFactory(label="test"):
+        def connectionFactory(label=self.id()):
             return sqlite3.connect(sqlitename)
         con = connectionFactory()
         con.execute(schemaString)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/681107f4/attachment.html>


More information about the calendarserver-changes mailing list