Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch test file comparisons fail on Windows as XML files are generated as EOL=LF #4005

Closed
asfimport opened this issue Jun 19, 2016 · 2 comments

Comments

@asfimport
Copy link
Collaborator

Sebb (Bug 59720):
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.

Severity: normal
OS: Mac OS X 10.1

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1749160&view=rev
Log:
Batch test file comparisons fail on Windows as XML files are generated as EOL=LF
TODO fix build.xml
#4005

Modified:
jmeter/trunk/bin/testfiles/BatchTestLocalRemote.xml (props changed)
jmeter/trunk/bin/testfiles/TEST_HTTPS.xml (props changed)
jmeter/trunk/bin/testfiles/XMLSchematest.xml (props changed)
jmeter/trunk/bin/testfiles/XPathAssertionTest.xml (props changed)
jmeter/trunk/bin/testfiles/XPathTest.xml (props changed)
jmeter/trunk/bin/testfiles/monitorStatus.xml (props changed)
jmeter/trunk/bin/testfiles/test_config.xml (props changed)

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1749161&view=rev
Log:
Batch test file comparisons fail on Windows as XML files are generated as EOL=LF
fix build.xml
#4005

Modified:
jmeter/trunk/build.xml
jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant