[CalendarServer-changes] [7625] CalendarServer/branches/users/glyph/quota/txdav/common/datastore/ test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 20 11:45:47 PDT 2011


Revision: 7625
          http://trac.macosforge.org/projects/calendarserver/changeset/7625
Author:   glyph at apple.com
Date:     2011-06-20 11:45:47 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
actually *use* the parameter

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/quota/txdav/common/datastore/test/util.py

Modified: CalendarServer/branches/users/glyph/quota/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/quota/txdav/common/datastore/test/util.py	2011-06-20 18:45:36 UTC (rev 7624)
+++ CalendarServer/branches/users/glyph/quota/txdav/common/datastore/test/util.py	2011-06-20 18:45:47 UTC (rev 7625)
@@ -202,7 +202,7 @@
 
     @type testID: C{str}
     """
-    h = md5()
+    h = md5(testID)
     seed = int(h.hexdigest(), 16)
     r = Random(seed)
     baseline = 2000
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110620/d516909b/attachment.html>


More information about the calendarserver-changes mailing list