-
Bug
-
Resolution: Done
-
Major
-
7.1.3.Final (EAP)
-
None
When building jboss-as and running tests, I'm seeing the following error from cli tests:
Tests in error:
org.jboss.as.cli.parsing.test.LinebreaksTestCase: Failed to parse /Users/cfang/as/bin/jboss-cli.xml
The path points to my existing jboss installation, which could be a different version from what I'm building and testing in my jboss-as workspace. When my existing jboss is 7.2, or 5, 6, the cli test failed.
Maybe the test should reset or unset JBOSS_HOME in its surefire plugin configuration.