tests: Unmark two expectedFailure tests that are now working
This commit is contained in:
@@ -381,7 +381,6 @@ class TestBug1455(TestCase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.t = Task()
|
self.t = Task()
|
||||||
|
|
||||||
@unittest.expectedFailure
|
|
||||||
def test_project_hierarchy_filter(self):
|
def test_project_hierarchy_filter(self):
|
||||||
"""1455: Test project:school)
|
"""1455: Test project:school)
|
||||||
|
|
||||||
|
|||||||
@@ -258,7 +258,6 @@ class TestBug1479(TestCase):
|
|||||||
self.assertNotIn("P1", out)
|
self.assertNotIn("P1", out)
|
||||||
self.assertIn("P2", out)
|
self.assertIn("P2", out)
|
||||||
|
|
||||||
@unittest.expectedFailure
|
|
||||||
def test_description_with_spaces_alternative_syntax(self):
|
def test_description_with_spaces_alternative_syntax(self):
|
||||||
"""1479: Alternative syntax"""
|
"""1479: Alternative syntax"""
|
||||||
self.t("add project:P1 one")
|
self.t("add project:P1 one")
|
||||||
|
|||||||
Reference in New Issue
Block a user