• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

修訂4cbc8fbefaac7f820e84a9435d38abbfd3c6843c (tree)
時間2012-07-07 05:48:08
作者bolkimen <bolkimen@yaho...>
CommiterCory Johns

Log Message

[#3892] ticket:80 code style, remove tab before blank line

Change Summary

差異

--- a/ForgeTracker/forgetracker/tests/functional/test_root.py
+++ b/ForgeTracker/forgetracker/tests/functional/test_root.py
@@ -179,7 +179,7 @@ class TestFunctionalController(TrackerTestController):
179179 if app.options['mount_point'] == "bugs":
180180 assert has_access(app, 'create', admin)
181181 assert not has_access(app, 'create', anon)
182-
182+
183183 index_view = self.app.get('/bugs/')
184184 assert 'No open tickets found.' in index_view
185185 assert 'Create Ticket' in index_view