Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: net/dns/dns_response_unittest.cc

Issue 9369045: [net] HostResolverImpl + DnsTransaction + DnsConfigService = Asynchronous DNS ready for experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for test-drive. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/dns/dns_response_unittest.cc
diff --git a/net/dns/dns_response_unittest.cc b/net/dns/dns_response_unittest.cc
index 41f3a7296929c94add82acd33486d3be91fe4e1f..4fdaa7393549d15d4cf4a1134c1adcc39cbb65c8 100644
--- a/net/dns/dns_response_unittest.cc
+++ b/net/dns/dns_response_unittest.cc
@@ -241,6 +241,8 @@ TEST(DnsResponseTest, InitParse) {
EXPECT_FALSE(parser.ParseRecord(&record));
}
+// TODO(szym): Test DnsResponseToAddressList
cbentzel 2012/02/10 19:51:08 Yes, please do.
+
} // namespace
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698