mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)
This commit is contained in:
parent
853f7d84a0
commit
f79ca12eda
5 changed files with 11 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue