From: Toshi MARUYAMA Date: Tue, 1 Mar 2011 07:03:21 +0000 (+0000) Subject: scm: bazaar: change project id of unit app test from 1 to 3. X-Git-Tag: 1.2.0~853 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=089c23f2288c81cc6ac70c3030707fa348aed6b8;p=redmine.git scm: bazaar: 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@4977 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb index 55d3b8a29..38f2af498 100644 --- a/test/unit/repository_bazaar_test.rb +++ b/test/unit/repository_bazaar_test.rb @@ -25,7 +25,7 @@ class RepositoryBazaarTest < ActiveSupport::TestCase REPOSITORY_PATH.gsub!(/\/+/, '/') def setup - @project = Project.find(1) + @project = Project.find(3) assert @repository = Repository::Bazaar.create(:project => @project, :url => "file:///#{REPOSITORY_PATH}") end