mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[ROSAUTOTEST]
- When directly submitting the results to the web service, make sure to URL-encode the test log, or & signs will terminate the log and make Testman see the test as crashed (and have all other kinds of possible consequences) svn path=/trunk/; revision=68578
This commit is contained in:
@@ -234,7 +234,7 @@ CWebService::Submit(const char* TestType, CTestInfo* TestInfo)
|
||||
Data += "&suiteid=";
|
||||
Data += SuiteID;
|
||||
Data += "&log=";
|
||||
Data += TestInfo->Log;
|
||||
Data += EscapeString(TestInfo->Log);
|
||||
|
||||
Response.reset(DoRequest(Data));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user