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