From: Thomas Faber Date: Mon, 29 Feb 2016 11:57:19 +0000 (+0000) Subject: [ROSAUTOTEST] X-Git-Tag: ReactOS-0.4.1~398 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=42a427d782c41e157fbd16b7bcb1f2dea5ba37f0;hp=c799784abfa78e580135e97f6bd51f082e6d21b9 [ROSAUTOTEST] - Update Testman web service URI for the new website since a redirect from the old address will not work for POST. Should fix WHS Testbot. ROSTESTS-215 #resolve svn path=/trunk/; revision=70817 --- diff --git a/rostests/rosautotest/CWebService.cpp b/rostests/rosautotest/CWebService.cpp index 5041812abb7..0cdae30986e 100644 --- a/rostests/rosautotest/CWebService.cpp +++ b/rostests/rosautotest/CWebService.cpp @@ -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.