From 19eaae88cd42c4667d8c136e76cb95aacda2330b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 9 Nov 2014 17:18:43 -0500 Subject: [PATCH] Unit Tests - Removed a test from tw-1418.t that doesn't need an escape. --- test/tw-1418.t | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/tw-1418.t b/test/tw-1418.t index a074d47cd..21f74e31d 100755 --- a/test/tw-1418.t +++ b/test/tw-1418.t @@ -75,13 +75,6 @@ class Test1418(TestCase): self.find_in_list(description) self.search_task_pattern(description) - def test_slash_minus_in_description(self): - """Can add and search a task with (\-) in description""" - description = "foo\-" - self.add_search_task(description) - self.find_in_list(description) - self.search_task_pattern(description) - def test_slash_plus_in_description(self): """Can add and search a task with (\+) in description""" description = "foo\+"