[CalendarServer-changes] [15243] twext/trunk/twext/enterprise/jobs/test/test_jobs.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 28 08:52:41 PDT 2015


Revision: 15243
          http://trac.calendarserver.org//changeset/15243
Author:   cdaboo at apple.com
Date:     2015-10-28 08:52:41 -0700 (Wed, 28 Oct 2015)
Log Message:
-----------
pyflakes.

Modified Paths:
--------------
    twext/trunk/twext/enterprise/jobs/test/test_jobs.py

Modified: twext/trunk/twext/enterprise/jobs/test/test_jobs.py
===================================================================
--- twext/trunk/twext/enterprise/jobs/test/test_jobs.py	2015-10-28 14:23:37 UTC (rev 15242)
+++ twext/trunk/twext/enterprise/jobs/test/test_jobs.py	2015-10-28 15:52:41 UTC (rev 15243)
@@ -670,7 +670,7 @@
         """
         L{workItem.updateWorkTypes} updates weight and priority correctly.
         """
-        _ignore_dbpool = buildConnectionPool(self, jobSchema + schemaText)
+        buildConnectionPool(self, jobSchema + schemaText)
 
         def _validate(priority, weight):
             self.assertEqual(AggregatorWorkItem.default_priority, WORK_PRIORITY_LOW)
@@ -774,7 +774,7 @@
         """
         L{workItem.dumpWorkTypes} dumps weight and priority correctly.
         """
-        _ignore_dbpool = buildConnectionPool(self, jobSchema + schemaText)
+        buildConnectionPool(self, jobSchema + schemaText)
 
         results = WorkItem.dumpWorkTypes()
         self.assertTrue("DUMMY_WORK_SINGLETON_ITEM" in results)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151028/70282128/attachment-0001.html>


More information about the calendarserver-changes mailing list