@@ -34,7 +34,7 class RepositoriesMercurialControllerTest < ActionController::TestCase | |||
|
34 | 34 | User.current = nil |
|
35 | 35 | @repository = Repository::Mercurial.create(:project => Project.find(3), :url => REPOSITORY_PATH) |
|
36 | 36 | assert @repository |
|
37 | @diff_c_support = @repository.scm.class.client_version_above?([1, 2]) | |
|
37 | @diff_c_support = true | |
|
38 | 38 | end |
|
39 | 39 | |
|
40 | 40 | if File.directory?(REPOSITORY_PATH) |
General Comments 0
You need to be logged in to leave comments.
Login now