Unit Tests

- Corrected unit test, which had the wrong expected output.
This commit is contained in:
Paul Beckingham 2014-07-03 16:53:07 -04:00
parent c5dacd7d78
commit a969d34d21

View file

@ -68,7 +68,7 @@ class TestBug1267(BaseTestBug1267):
args = ["rc:bug.rc", "ls"]
code, out, err = self.callTaskSuccess(args, merge_streams=False)
self.assertNotIn(project, out)
self.assertIn(project, out)
def test_add_task_no_project_with_default_rcfile(self):
"""Add a task without a project writing to rc file