##// END OF EJS Templates
scm: filesystem: add instance variable @project at functional test....
Toshi MARUYAMA -
r6117:7a8a98bd93d4
parent child
Show More
@@ -36,8 +36,9 class RepositoriesFilesystemControllerTest < ActionController::TestCase
36 36 @response = ActionController::TestResponse.new
37 37 User.current = nil
38 38 Setting.enabled_scm << 'Filesystem' unless Setting.enabled_scm.include?('Filesystem')
39 @project = Project.find(PRJ_ID)
39 40 @repository = Repository::Filesystem.create(
40 :project => Project.find(PRJ_ID),
41 :project => @project,
41 42 :url => REPOSITORY_PATH,
42 43 :path_encoding => ''
43 44 )
General Comments 0
You need to be logged in to leave comments. Login now