[CalendarServer-changes] [7535] CalendarServer/trunk/contrib/performance/test_stats.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 26 15:03:57 PDT 2011


Revision: 7535
          http://trac.macosforge.org/projects/calendarserver/changeset/7535
Author:   exarkun at twistedmatrix.com
Date:     2011-05-26 15:03:57 -0700 (Thu, 26 May 2011)
Log Message:
-----------
use trial TestCase so skip works

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/test_stats.py

Modified: CalendarServer/trunk/contrib/performance/test_stats.py
===================================================================
--- CalendarServer/trunk/contrib/performance/test_stats.py	2011-05-26 22:03:05 UTC (rev 7534)
+++ CalendarServer/trunk/contrib/performance/test_stats.py	2011-05-26 22:03:57 UTC (rev 7535)
@@ -14,7 +14,7 @@
 # limitations under the License.
 ##
 
-from unittest import TestCase
+from twisted.trial.unittest import TestCase
 
 from stats import SQLDuration, quantize
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110526/4427b343/attachment.html>


More information about the calendarserver-changes mailing list