• 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

修訂3acd43468b51a6917784b2489797415606237ee9 (tree)
時間2012-07-07 00:47:08
作者Igor Bondarenko <jetmind2@gmai...>
CommiterYaroslav Luzin

Log Message

[#4481] ticket:100 Fix test.

Change @expose('json') to @expose('json:') to prevent test fail.

Change Summary

差異

--- a/ForgeTracker/forgetracker/tracker_main.py
+++ b/ForgeTracker/forgetracker/tracker_main.py
@@ -1188,7 +1188,7 @@ class TicketController(BaseController):
11881188 self.ticket.unsubscribe()
11891189 redirect(request.referer)
11901190
1191- @expose('json')
1191+ @expose('json:')
11921192 @require_post()
11931193 def vote(self, vote):
11941194 require_authenticated()