Unit Tests

- Fixed typo in comment.
This commit is contained in:
Paul Beckingham 2015-01-03 09:24:07 -05:00
parent 1e8f83cab9
commit 2c986d6e6b

View file

@ -28,7 +28,7 @@ class Test1430(TestCase):
pro = "home/garden"
self.t(('add', 'foo', 'project:%s' % pro))
# TODO Reßtore this test and fix it.
# TODO Restore this test and fix it.
# The form 'name:a/b' does not work, while 'name.is:a/b' does.
#code, out, err = self.t(('list', 'project:%s' % pro))
code, out, err = self.t(('list', 'project.is:%s' % pro))