From: Toshi MARUYAMA Date: Mon, 12 Sep 2011 11:14:34 +0000 (+0000) Subject: scm: subversion: define NUM_REV as the number of test repository revisions at functio... X-Git-Tag: 1.3.0~796 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3afbc61cdd46ca3ce750253368ec93a882293229;p=redmine.git scm: subversion: define NUM_REV as the number of test repository revisions at functional test git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7172 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb index d33bd38c0..c0522e359 100644 --- a/test/functional/repositories_subversion_controller_test.rb +++ b/test/functional/repositories_subversion_controller_test.rb @@ -27,6 +27,7 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase :issue_categories, :enumerations, :custom_fields, :custom_values, :trackers PRJ_ID = 3 + NUM_REV = 11 def setup @controller = RepositoriesController.new