https://bz.apache.org/bugzilla/show_bug.cgi?id=59720
Bug ID: 59720
Summary: Batch test file comparisons fail on Windows as XML
files are generated as EOL=LF
Product: JMeter
Version: 3.0
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
The standard for XML files is to generate them with eol=LF on all systems.
Some of the xml output files in bin/testfiles are set up with eol=native, and
so cause test failures when compared with the generated files.
The SVN settings for these files need to be fixed, and the build file adjusted
to create the files with the correct settings (this is already done for some of
these XML files).
Note that XML files can generally be processed OK with CRLF as well as LF, so
there should be no need to force all XML files to use eol=LF.
--
You are receiving this mail because:
You are the assignee for the bug.