]> source.dussan.org Git - redmine.git/commitdiff
scm: bazaar: define NUM_REV as the number of test repository revisions at unit model...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 00:58:59 +0000 (00:58 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 00:58:59 +0000 (00:58 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7066 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_bazaar_test.rb

index 6b1e2f5de6da7112e54b2d116f2c63e43561a54d..8c9e77c68e5a25a7f866866e016f444102d6d70a 100644 (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)