mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
scm: add feature of per project repository log encoding setting (#1735).
Subversion, Mercurial and Git supports UTF-8 log. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4982 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -25,7 +25,9 @@ class RepositoryDarcsTest < ActiveSupport::TestCase
|
||||
|
||||
def setup
|
||||
@project = Project.find(3)
|
||||
@repository = Repository::Darcs.create(:project => @project, :url => REPOSITORY_PATH)
|
||||
@repository = Repository::Darcs.create(
|
||||
:project => @project, :url => REPOSITORY_PATH,
|
||||
:log_encoding => 'UTF-8')
|
||||
assert @repository
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user