[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)

This commit is contained in:
Serge Gautherie 2019-04-28 12:20:37 +02:00 committed by Colin Finck
parent 853f7d84a0
commit f79ca12eda
5 changed files with 11 additions and 9 deletions

View file

@ -108,7 +108,7 @@ CWebService::Finish(const char* TestType)
stringstream ss;
if (!m_TestID)
EXCEPTION("CWebService::Finish was called, but not a single result had been submitted!");
EXCEPTION("CWebService::Finish was called, but not a single result had been submitted!\n");
Data = "action=finish";
Data += Configuration.GetAuthenticationRequestString();