scm: bazaar: update test repository (#2799, #4741, #8030).

* Shared repository with trees (format: 2a)
* clone original branch to *trunk*
* set append_revisions_only = true at trunk/.bzr/branch/branch.conf

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5932 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2011-05-27 01:14:07 +00:00
parent a267babfe8
commit 9fa4fff48a
4 changed files with 7 additions and 4 deletions
@@ -26,7 +26,8 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase
:repositories, :enabled_modules
# No '..' in the repository path
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/bazaar_repository'
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') +
'/tmp/test/bazaar_repository/trunk'
PRJ_ID = 3
def setup