From 7fb907c76ceeac597740080b449d9b85fb04bb3f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 28 Oct 2015 18:30:52 -0400 Subject: [PATCH] Test: Added relevant urgency coefficients for info test --- test/info.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/info.t b/test/info.t index a6cae5197..9e72fe4f8 100755 --- a/test/info.t +++ b/test/info.t @@ -55,6 +55,11 @@ class TestInfoCommand(TestCase): self.t.config("uda.u_one.label", "U_ONE") self.t.config("uda.u_two.type", "duration") self.t.config("uda.u_two.label", "U_TWO") + + self.t.config("urgency.user.project.P.coefficient", "1.0") + self.t.config("urgency.user.keyword.foo.coefficient", "1.0") + self.t.config("urgency.uda.u_one.coefficient", "1.0") + self.t("add foo project:P +tag priority:H start:now due:eom wait:eom scheduled:eom recur:P1M until:eoy u_one:now u_two:1day") self.t("1 annotate bar", input="n\n") code, out, err = self.t("1 info")