summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_bazaar_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-07 00:58:59 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-07 00:58:59 +0000
commitdcc38927faaa99025ae13732853c90b7a22ea225 (patch)
treed324d6618087d709b4dc7330c6daedd0887dfd48 /test/unit/repository_bazaar_test.rb
parent63b9005f4541de6ae76737a5c5f1dd8006987007 (diff)
downloadredmine-dcc38927faaa99025ae13732853c90b7a22ea225.tar.gz
redmine-dcc38927faaa99025ae13732853c90b7a22ea225.zip
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
Diffstat (limited to 'test/unit/repository_bazaar_test.rb')
-rw-r--r--test/unit/repository_bazaar_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb
index 6b1e2f5de..8c9e77c68 100644
--- a/test/unit/repository_bazaar_test.rb
+++ b/test/unit/repository_bazaar_test.rb
@@ -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)