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