#1207 integration tests

This commit is contained in:
karel.picman@lbcfree.net 2021-02-19 15:45:17 +01:00
parent 3e5659cd76
commit dc447545be
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ module RedmineDmsf
@project1 = Project.find 1
@folder1 = DmsfFolder.find 1
Setting.plugin_redmine_dmsf['dmsf_webdav_use_project_names'] = nil
Setting.plugin_redmine_dmsf['dmsf_projects_as_subfolders'] = nil
end
end
end

View File

@ -37,6 +37,7 @@ module RedmineDmsf
@anonymous = credentials('')
@project1 = Project.find 1
Setting.plugin_redmine_dmsf['dmsf_webdav_use_project_names'] = '1'
Setting.plugin_redmine_dmsf['dmsf_projects_as_subfolders'] = nil
@project1_name = RedmineDmsf::Webdav::ProjectResource.create_project_name(@project1)
@project1_uri = Addressable::URI.escape(@project1_name)
@project2 = Project.find 2