Urgency: Replace 'next' coefficient with configuration entry

This commit is contained in:
Tomas Babej 2015-09-01 22:13:42 +02:00 committed by Paul Beckingham
parent a9b7d1b533
commit 6b83945a21
6 changed files with 2 additions and 17 deletions

View file

@ -51,7 +51,7 @@ class TestUrgency(TestCase):
cls.t.config("urgency.annotations.coefficient", "10")
cls.t.config("urgency.tags.coefficient", "10")
cls.t.config("urgency.waiting.coefficient", "-10")
cls.t.config("urgency.next.coefficient", "10")
cls.t.config("urgency.user.tag.next.coefficient", "10")
cls.t.config("urgency.user.project.PROJECT.coefficient", "10")
cls.t.config("urgency.user.tag.TAG.coefficient", "10")
cls.t.config("confirmation", "off")