test: Use different name in live test

pull/49/head
David Drysdale 9 years ago
parent af5c33bbbf
commit 97ff366e76
  1. 2
      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_);

Loading…
Cancel
Save