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

Unified Diff: chrome/browser/local_discovery/privet_device_lister_unittest.cc

Issue 861523002: Updated parsing of PrivetV3 mDns record. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Jan 26 13:26:30 PST 2015 Created 5 years, 11 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: chrome/browser/local_discovery/privet_device_lister_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_device_lister_unittest.cc b/chrome/browser/local_discovery/privet_device_lister_unittest.cc
index 0b91e38ab8ec7bbc3e92203d910241543f5d2da8..3f7dfa9a7a4811215388abfe3caa785b29b89df1 100644
--- a/chrome/browser/local_discovery/privet_device_lister_unittest.cc
+++ b/chrome/browser/local_discovery/privet_device_lister_unittest.cc
@@ -230,12 +230,9 @@ TEST_F(PrivetDeviceListerTest, SimpleUpdateTest) {
outgoing_description.address.host());
EXPECT_EQ(service_description_.address.port(),
outgoing_description.address.port());
- EXPECT_EQ(service_description_.ip_address, outgoing_description.ip_address);
- EXPECT_EQ(service_description_.last_seen, outgoing_description.last_seen);
EXPECT_EQ("My Printer", outgoing_description.name);
EXPECT_EQ("This is my Printer", outgoing_description.description);
EXPECT_EQ("", outgoing_description.id);
- EXPECT_EQ(DeviceDescription::ONLINE, outgoing_description.connection_state);
EXPECT_CALL(delegate_, DeviceRemoved("myprinter._privet._tcp.local"));
« no previous file with comments | « chrome/browser/local_discovery/privet_device_lister_impl.cc ('k') | chrome/browser/local_discovery/privet_device_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698