• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

Revisão3acd43468b51a6917784b2489797415606237ee9 (tree)
Hora2012-07-07 00:47:08
AutorIgor Bondarenko <jetmind2@gmai...>
CommiterYaroslav Luzin

Mensagem de Log

[#4481] ticket:100 Fix test.

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

Mudança Sumário

Diff

--- 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()