Update TestFaild status

This commit is contained in:
Vladimir Sharshov 2011-11-18 02:31:39 +04:00
parent b36cc24a64
commit 3048f446a9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class BuildList < ActiveRecord::Base
WAITING_FOR_RESPONSE = 4000 WAITING_FOR_RESPONSE = 4000
BUILD_PENDING = 2000 BUILD_PENDING = 2000
BUILD_STARTED = 3000 BUILD_STARTED = 3000
TEST_FAILD = 2 TEST_FAILD = 21
BUILD_PUBLISHED = 6000 BUILD_PUBLISHED = 6000
STATUSES = [WAITING_FOR_RESPONSE, STATUSES = [WAITING_FOR_RESPONSE,