• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

allura


コミットメタ情報

リビジョンba4454d1e2069e5c311bb61dc59fbbe13e50a5cd (tree)
日時2012-05-15 00:09:13
作者Cory Johns <johnsca@geek...>
コミッターYaroslav Luzin

ログメッセージ

[#4123] Removed duplicate test from merge conflicts

Signed-off-by: Cory Johns <johnsca@geek.net>

変更サマリ

差分

--- a/Allura/allura/tests/functional/test_neighborhood.py
+++ b/Allura/allura/tests/functional/test_neighborhood.py
@@ -614,7 +614,3 @@ class TestNeighborhood(TestController):
614614 def test_profile_topnav_menu(self):
615615 r = self.app.get('/u/test-user/', extra_environ=dict(username='test-user')).follow()
616616 assert '<a href="/u/test-user/profile/" class="ui-icon-tool-home">' in r
617-
618- def test_help(self):
619- r = self.app.get('/p/_admin/help/', extra_environ=dict(username='root'))
620- assert 'macro' in r