scm: bazaar: define NUM_REV as the number of test repository revisions at unit model test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7066 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-07 00:58:59 +00:00
parent 63b9005f45
commit dcc38927fa
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
REPOSITORY_PATH = Rails.root.join('tmp/test/bazaar_repository/trunk').to_s
REPOSITORY_PATH.gsub!(/\/+/, '/')
NUM_REV = 4
def setup
@project = Project.find(3)