From: Toshi MARUYAMA Date: Mon, 12 Sep 2011 10:02:11 +0000 (+0000) Subject: scm: cvs: define NUM_REV as the number of test repository revisions at functional... X-Git-Tag: 1.3.0~806 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b46045c96c51deef2ce6283c991b1ec24c084066;p=redmine.git scm: cvs: define NUM_REV as the number of test repository revisions at functional test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7162 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index 50a87fc5c..362cd8c58 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -30,6 +30,7 @@ class RepositoriesCvsControllerTest < ActionController::TestCase # CVS module MODULE_NAME = 'test' PRJ_ID = 3 + NUM_REV = 7 def setup @controller = RepositoriesController.new