• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision8ab4dc114c8b3928b0db97ce0b5b7b9fa9946ba0 (tree)
Zeit2012-07-18 23:08:51
AutorYaroslav Luzin <jardev@gmai...>
CommiterYaroslav Luzin

Log Message

[#4528] ticket:120 Fixed comment

Ändern Zusammenfassung

Diff

--- a/Allura/allura/tests/model/test_auth.py
+++ b/Allura/allura/tests/model/test_auth.py
@@ -64,7 +64,7 @@ def test_user():
6464 assert c.user.url() .endswith('/u/test-admin/')
6565 assert c.user.script_name .endswith('/u/test-admin/')
6666 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()
6868 p = M.Project.query.get(shortname='test2')
6969 p.deleted = True
7070 assert set(p.shortname for p in c.user.my_projects()) == set(['test', 'u/test-admin', 'adobe-1', '--init--'])