Searched refs:entry1_self_link (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser_unittest.cc198 const Link* entry1_self_link = entry->GetLinkByType(Link::LINK_SELF); local
199 ASSERT_TRUE(entry1_self_link);
201 entry1_self_link->href().spec());
202 EXPECT_EQ("application/atom+xml", entry1_self_link->mime_type());
203 EXPECT_EQ("", entry1_self_link->app_id());

Completed in 122 milliseconds