Searched refs:ping_found (Results 1 – 1 of 1) sorted by relevance
989 bool ping_found = url1_query.find(search_string) != std::string::npos; in TestGalleryRequests() local990 EXPECT_EQ(ping_expected, ping_found) << "query was: " << url1_query in TestGalleryRequests()