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\+"