From 97ff366e7678b7fbfbbe4fb929ee9ae6b55929ed Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Mon, 7 Mar 2016 17:25:29 +0000 Subject: [PATCH] test: Use different name in live test --- test/ares-test-live.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ares-test-live.cc b/test/ares-test-live.cc index 94b4921e..b8ff8eb9 100644 --- a/test/ares-test-live.cc +++ b/test/ares-test-live.cc @@ -205,7 +205,7 @@ INSTANTIATE_TEST_CASE_P(Modes, DefaultChannelModeTest, TEST_F(DefaultChannelTest, LiveSearchA) { SearchResult result; - ares_search(channel_, "www.facebook.com.", ns_c_in, ns_t_a, + ares_search(channel_, "www.youtube.com.", ns_c_in, ns_t_a, SearchCallback, &result); Process(); EXPECT_TRUE(result.done_);