allura
Revision | 8ab4dc114c8b3928b0db97ce0b5b7b9fa9946ba0 (tree) |
---|---|
Zeit | 2012-07-18 23:08:51 |
Autor | Yaroslav Luzin <jardev@gmai...> |
Commiter | Yaroslav Luzin |
[#4528] ticket:120 Fixed comment
@@ -64,7 +64,7 @@ def test_user(): | ||
64 | 64 | assert c.user.url() .endswith('/u/test-admin/') |
65 | 65 | assert c.user.script_name .endswith('/u/test-admin/') |
66 | 66 | assert set(p.shortname for p in c.user.my_projects()) == set(['test', 'test2', 'u/test-admin', 'adobe-1', '--init--']) |
67 | - # delete one of projects and make sure it's don't appear in my_projects() | |
67 | + # delete one of the projects and make sure it won't appear in my_projects() | |
68 | 68 | p = M.Project.query.get(shortname='test2') |
69 | 69 | p.deleted = True |
70 | 70 | assert set(p.shortname for p in c.user.my_projects()) == set(['test', 'u/test-admin', 'adobe-1', '--init--']) |