From cdc5b82e3f0c2aeadef817ed58b724b45ca98e8b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 14 Aug 2015 10:31:59 -0400 Subject: [PATCH] Test: Added search case sensitivity to test --- test/denotate.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/denotate.t b/test/denotate.t index db2e2626b..b43d76681 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -68,7 +68,7 @@ class TestDenotate(TestCase): self.assertIn("Found annotation 'gamma' and deleted it.", out) # Failed partial match, one annotation - code, out, err = self.t.runError("2 denotate AL") + code, out, err = self.t.runError("rc.search.case.sensitive=yes 2 denotate AL") self.assertIn("Did not find any matching annotation to be deleted for 'AL'.", out) # Exact match, two annotations