[ROSAUTOTEST]
[reactos.git] / rostests / rosautotest / CWebService.cpp
index fbf4900..c467f3b 100644 (file)
@@ -2,12 +2,12 @@
  * PROJECT:     ReactOS Automatic Testing Utility
  * LICENSE:     GNU GPLv2 or any later version as published by the Free Software Foundation
  * PURPOSE:     Class implementing the interface to the "testman" Web Service
- * COPYRIGHT:   Copyright 2009 Colin Finck <colin@reactos.org>
+ * COPYRIGHT:   Copyright 2009-2011 Colin Finck <colin@reactos.org>
  */
 
 #include "precomp.h"
 
-static const WCHAR szHostname[] = L"localhost";
+static const WCHAR szHostname[] = L"reactos.org";
 static const WCHAR szServerFile[] = L"testman/webservice/";
 
 /**