From 42a427d782c41e157fbd16b7bcb1f2dea5ba37f0 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 29 Feb 2016 11:57:19 +0000 Subject: [PATCH] [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 --- rostests/rosautotest/CWebService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.17.1