https://bz.apache.org/bugzilla/show_bug.cgi?id=64227
--- Comment #3 from Felix Schumacher <[email protected]> --- commit 33e23b80ebf7c769950c8d3852281f1cd63ad35d Author: Felix Schumacher <[email protected]> AuthorDate: Wed Mar 25 16:23:40 2020 +0100 Use correct conversion for URLs to File After using File directly for TemplateManager the tests failed for Files that are created by reading resources from classes, when those resources are located inside of directories containing spaces. Use Paths API to convert the URIs to Files that have correctly decoded names. Bugzilla Id: 64227 --- .../jmeter/gui/action/template/TestTemplateManager.java | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
