From 7384203a50aab38aec6fd5e4824218bc0306057d Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 19 May 2013 21:33:39 +0300 Subject: [PATCH] tests: test_resolve_nodst: Update URL The previous URL now redirects to a new location. Signed-off-by: Toni Gundogdu --- tests/resolve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resolve.c b/tests/resolve.c index 8e1dc9a..426f05e 100644 --- a/tests/resolve.c +++ b/tests/resolve.c @@ -91,7 +91,7 @@ static void test_resolve_3() static void test_resolve_nodst() { - static const gchar URL[] = "http://www.iana.org/domains/example"; + static const gchar URL[] = "http://www.youtube.com/"; quvi_resolve_t qr; quvi_t q; -- 2.11.4.GIT