Author: tfaber Date: Sun Jul 26 09:26:29 2015 New Revision: 68577
URL: http://svn.reactos.org/svn/reactos?rev=68577&view=rev Log: [WS2_32_APITEST] - Apparently doesntexist.reactos.org... exists
Modified: trunk/rostests/apitests/ws2_32/getaddrinfo.c
Modified: trunk/rostests/apitests/ws2_32/getaddrinfo.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ws2_32/getaddrinf... ============================================================================== --- trunk/rostests/apitests/ws2_32/getaddrinfo.c [iso-8859-1] (original) +++ trunk/rostests/apitests/ws2_32/getaddrinfo.c [iso-8859-1] Sun Jul 26 09:26:29 2015 @@ -54,7 +54,7 @@ { { "", LocalAddress }, { " ", NULL }, - { "doesntexist.reactos.org", NULL }, + { "doesntexist.example.com", NULL }, { "localhost", "127.0.0.1" }, { "localhost:80", NULL }, { "7.8.9.10", "7.8.9.10", AI_NUMERICHOST },