Fix Broken JavaClassTest on Windows
-----------------------------------
Key: FORGE-395
URL:
https://issues.jboss.org/browse/FORGE-395
Project: Forge
Issue Type: Bug
Components: Parsers / File Manipulation
Affects Versions: 1.0.0.Beta3
Reporter: Koen Aers
Assignee: Koen Aers
Fix For: 1.0.0.Beta4
The assertions in the test depend on the line separator being '\n'. This is not
platform independent. The correct way is to use
System.getProperty("line.separator").
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira