##// END OF EJS Templates
scm: git: prepare path encoding test in unit model test (#5251)....
Toshi MARUYAMA -
r4931:c381ce10e485
parent child
Show More
@@ -29,7 +29,11 class RepositoryGitTest < ActiveSupport::TestCase
29 29 def setup
30 30 Setting.commit_logs_encoding = 'UTF-8'
31 31 @project = Project.find(3)
32 @repository = Repository::Git.create(:project => @project, :url => REPOSITORY_PATH)
32 @repository = Repository::Git.create(
33 :project => @project,
34 :url => REPOSITORY_PATH,
35 :path_encoding => 'ISO-8859-1'
36 )
33 37 assert @repository
34 38 end
35 39
General Comments 0
You need to be logged in to leave comments. Login now