diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-27 01:14:07 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-27 01:14:07 +0000 |
commit | 9fa4fff48ae2f018abbc15d8dc5b87535e07ca13 (patch) | |
tree | 2980a5fa8623755d1a82c31c70f05fae1d014cc5 /test/functional/repositories_bazaar_controller_test.rb | |
parent | a267babfe8064691fe7e9a85434236de3f606e46 (diff) | |
download | redmine-9fa4fff48ae2f018abbc15d8dc5b87535e07ca13.tar.gz redmine-9fa4fff48ae2f018abbc15d8dc5b87535e07ca13.zip |
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
Diffstat (limited to 'test/functional/repositories_bazaar_controller_test.rb')
-rw-r--r-- | test/functional/repositories_bazaar_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/repositories_bazaar_controller_test.rb b/test/functional/repositories_bazaar_controller_test.rb index 52b6ba6dd..9b50e8999 100644 --- a/test/functional/repositories_bazaar_controller_test.rb +++ b/test/functional/repositories_bazaar_controller_test.rb @@ -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 |