https://issues.apache.org/bugzilla/show_bug.cgi?id=56877
Bug ID: 56877
Summary: CSVDataSet does not trim spaces in <filename>.csv
Product: JMeter
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31936
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31936&action=edit
csv_dataset.patch
CSVDataSet does not trim spaces in <filename>.csv
E.g. if user entered in text-box "<filename>.csv ", then filename will be set
as
"<filename>.csv " but not "<filename>.csv".
I suggest simple patch for it.
--
You are receiving this mail because:
You are the assignee for the bug.