Am 15.01.19 um 16:51 schrieb Philippe Mouawad:
Hello,
We have a bug report considered as regression on jmeter-fr google group :
- https://groups.google.com/forum/#!topic/jmeter-fr/es1ikcAxsDE

In summary previously when using function composition in Function Helper
Dialog:
Instead of:
${__urlencode(${__time(dd/MM/yyyy,NEWVAR)})}

The helper generates (notice '\,' instead of ','):
${__urlencode(${__time(dd/MM/yyyy\,NEWVAR)})}

Issue is due to another bug fix 62478:
- http://svn.apache.org/viewvc?rev=1834192&view=rev

Any idea how we should fix this ?

So the problem is that ${...} values are getting their commata escaped?

Maybe we could try to split the values with that in mind?

Regards,

 Felix


Thanks
Regards
Philippe M.
https://leanpub.com/master-jmeter-from-load-test-to-devops

Reply via email to