##// END OF EJS Templates
Merged r6242 from trunk....
Toshi MARUYAMA -
r6131:ba6b822e976a
parent child
Show More
@@ -38,8 +38,9 class RepositoriesMercurialControllerTest < ActionController::TestCase
38 @request = ActionController::TestRequest.new
38 @request = ActionController::TestRequest.new
39 @response = ActionController::TestResponse.new
39 @response = ActionController::TestResponse.new
40 User.current = nil
40 User.current = nil
41 @project = Project.find(PRJ_ID)
41 @repository = Repository::Mercurial.create(
42 @repository = Repository::Mercurial.create(
42 :project => Project.find(PRJ_ID),
43 :project => @project,
43 :url => REPOSITORY_PATH,
44 :url => REPOSITORY_PATH,
44 :path_encoding => 'ISO-8859-1'
45 :path_encoding => 'ISO-8859-1'
45 )
46 )
General Comments 0
You need to be logged in to leave comments. Login now