From 0436f085972d93c7685ce7d33cf0c941d689c92b Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 26 Jul 2015 09:26:29 +0000 Subject: [PATCH] [WS2_32_APITEST] - Apparently doesntexist.reactos.org... exists svn path=/trunk/; revision=68577 --- rostests/apitests/ws2_32/getaddrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/ws2_32/getaddrinfo.c b/rostests/apitests/ws2_32/getaddrinfo.c index 5588970a39b..b9b3ab534a6 100644 --- a/rostests/apitests/ws2_32/getaddrinfo.c +++ b/rostests/apitests/ws2_32/getaddrinfo.c @@ -54,7 +54,7 @@ TestNodeName(VOID) { { "", 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 },