scm: git: remove Setting.commit_logs_encoding from unit model test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5053 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c95e4fbea9
commit
d0324858c1
|
@ -27,7 +27,6 @@ class RepositoryGitTest < ActiveSupport::TestCase
|
|||
FELIX_HEX = "Felix Sch\xC3\xA4fer"
|
||||
|
||||
def setup
|
||||
Setting.commit_logs_encoding = 'UTF-8'
|
||||
@project = Project.find(3)
|
||||
@repository = Repository::Git.create(
|
||||
:project => @project,
|
||||
|
|
Loading…
Reference in New Issue