mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
tests: Unmark unexpected successes
These tests are passing on 2.6.0.
This commit is contained in:
parent
095d51e479
commit
d25d930ada
3 changed files with 0 additions and 3 deletions
|
@ -659,7 +659,6 @@ class TestBug1600(TestCase):
|
|||
def setUp(self):
|
||||
self.t = Task()
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_filter_plus_in_descriptions(self):
|
||||
"""filter - description contains +"""
|
||||
self.t("add foobar1")
|
||||
|
|
|
@ -454,7 +454,6 @@ class TestBug1430(TestCase):
|
|||
self.assertEqual("home/garden\n", out)
|
||||
|
||||
|
||||
@unittest.expectedFailure
|
||||
class TestBug1617(TestCase):
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
|
|
|
@ -244,7 +244,6 @@ class Test1469(TestCase):
|
|||
self.assertNotIn('foo', out)
|
||||
|
||||
|
||||
@unittest.expectedFailure
|
||||
class TestBug1479(TestCase):
|
||||
def setUp(self):
|
||||
"""Executed before each test in the class"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue