scm: cvs: change project id of unit app test from 1 to 3.

Project id 1 has Subversion fixtures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4788 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-02-02 04:00:36 +00:00 committed by Eric Davis
parent 50df0ba08b
commit f101bb6e9c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class RepositoryCvsTest < ActiveSupport::TestCase
MODULE_NAME = 'test'
def setup
@project = Project.find(1)
@project = Project.find(3)
assert @repository = Repository::Cvs.create(:project => @project,
:root_url => REPOSITORY_PATH,
:url => MODULE_NAME)