@@ -377,7 +377,7 class RepositoriesGitControllerTest < ActionController::TestCase | |||||
377 | :url => REPOSITORY_PATH, |
|
377 | :url => REPOSITORY_PATH, | |
378 | :identifier => 'test-diff-path', |
|
378 | :identifier => 'test-diff-path', | |
379 | :path_encoding => 'ISO-8859-1' |
|
379 | :path_encoding => 'ISO-8859-1' | |
380 |
) |
|
380 | ) | |
381 | assert repo |
|
381 | assert repo | |
382 | assert_equal false, repo.is_default |
|
382 | assert_equal false, repo.is_default | |
383 | assert_equal 'test-diff-path', repo.identifier |
|
383 | assert_equal 'test-diff-path', repo.identifier |
General Comments 0
You need to be logged in to leave comments.
Login now