unit tests fix

This commit is contained in:
karel.picman@lbcfree.net 2020-08-17 11:02:45 +02:00
parent ede0e4fcc8
commit 0af58930dc

View File

@ -147,6 +147,7 @@ module RedmineDmsf
def projectless_path
i = 1
project_names = Setting.plugin_redmine_dmsf['dmsf_webdav_use_project_names']
puts ">>> project_names = #{project_names}"
while true
prj = nil
pinfo = @path.split('/').drop(i)