mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[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
This commit is contained in:
parent
c799784abf
commit
42a427d782
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue