[ROSAUTOTEST]
[reactos.git] / rostests / rosautotest / CWebService.cpp
index 505e3cb..0cdae30 100644 (file)
@@ -8,7 +8,7 @@
 #include "precomp.h"
 
 static const WCHAR szHostname[] = L"reactos.org";
-static const WCHAR szServerFile[] = L"sites/all/modules/reactos/testman/webservice/";
+static const WCHAR szServerFile[] = L"testman/webservice/";
 
 /**
  * Constructs a CWebService object and immediately establishes a connection to the "testman" Web Service.
@@ -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));