# HG changeset patch # User jittat # Date 2008-07-26 08:10:15 # Node ID bf948f9ab0c9b4118ba6138a25941624f2f020e5 # Parent 0315465610185bbd2f1ac87f128ae218b7906af9 [grader] fixed testcase template bug git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@268 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/templates/all_tests.cfg.erb b/templates/all_tests.cfg.erb --- a/templates/all_tests.cfg.erb +++ b/templates/all_tests.cfg.erb @@ -11,7 +11,7 @@ run <%= tr_num %> do tests <%= (testrun.collect {|testcase| testcase[0]}).join(", ") %> <% if testrun.length==1 %> - score 10 + scores 10 <% else %> scores 10 <% (testrun.length-1).times do %>,0 <% end %> <% end %>