@@ -35,8 +35,10 class RepositoriesDarcsControllerTest < ActionController::TestCase | |||
|
35 | 35 | User.current = nil |
|
36 | 36 | @project = Project.find(PRJ_ID) |
|
37 | 37 | @repository = Repository::Darcs.create( |
|
38 |
:project => @project, |
|
|
39 | :log_encoding => 'UTF-8') | |
|
38 | :project => @project, | |
|
39 | :url => REPOSITORY_PATH, | |
|
40 | :log_encoding => 'UTF-8' | |
|
41 | ) | |
|
40 | 42 | assert @repository |
|
41 | 43 | end |
|
42 | 44 |
General Comments 0
You need to be logged in to leave comments.
Login now