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:
Toshi MARUYAMA 2011-03-08 06:50:29 +00:00 committed by Eric Davis
parent a2aa2a39cf
commit 132c4f58b0
1 changed files with 0 additions and 1 deletions

View File

@ -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,