Author: tfaber
Date: Mon Feb 29 11:57:19 2016
New Revision: 70817
URL:
http://svn.reactos.org/svn/reactos?rev=70817&view=rev
Log:
[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
Modified:
trunk/rostests/rosautotest/CWebService.cpp
Modified: trunk/rostests/rosautotest/CWebService.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CWebService.c…
==============================================================================
--- trunk/rostests/rosautotest/CWebService.cpp [iso-8859-1] (original)
+++ trunk/rostests/rosautotest/CWebService.cpp [iso-8859-1] Mon Feb 29 11:57:19 2016
@@ -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.