Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Sean Corfield / Sean Corfield (Sean Corfield)
Created: 03/09/2016
Components: CLI
Versions: 2016
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Minor / Few users will encounter
Locale/System: English / Mac All
Vote Count: 0
Problem Description:
CLI.writeError() does not add a newline to standard error output
Steps to Reproduce:
Call CLI.writeError() multiple times with any strings.
Actual Result:
The output appears all on one line.
Expected Result:
Each call should produce a separate line of output.
Any Workarounds:
Add & chr(10) to every error message in code.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126687
External Customer Info:
External Company: Railo US
External Customer Name: Sean Corfield
External Customer Email: SEAN@CORFIELD.ORG
External Test Config:
Attachments:
Comments: