summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_cvs_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-02-02 04:00:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-02-02 04:00:36 +0000
commitf922fa765fb293bcf306797c1d173e8b9c6e576b (patch)
treeb5174d4099b5bbb2c1df9764f16dd1c254c962d2 /test/unit/repository_cvs_test.rb
parent17595c4e31b1d138f4e5e31fdcdaa9f8f507f344 (diff)
downloadredmine-f922fa765fb293bcf306797c1d173e8b9c6e576b.tar.gz
redmine-f922fa765fb293bcf306797c1d173e8b9c6e576b.zip
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
Diffstat (limited to 'test/unit/repository_cvs_test.rb')
-rw-r--r--test/unit/repository_cvs_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_cvs_test.rb b/test/unit/repository_cvs_test.rb
index 5174f2c29..530ff9012 100644
--- a/test/unit/repository_cvs_test.rb
+++ b/test/unit/repository_cvs_test.rb
@@ -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)