Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / drive / drive_api_util_unittest.cc
index 570f9e9..afb4a13 100644 (file)
@@ -169,7 +169,6 @@ TEST(FileSystemUtilTest, ConvertAccountMetadataToAppList) {
   EXPECT_EQ("name", app_resource.name());
   EXPECT_EQ("object_type", app_resource.object_type());
   EXPECT_TRUE(app_resource.supports_create());
-  EXPECT_EQ("http://product/url", app_resource.product_url().spec());
   const ScopedVector<std::string>& primary_mimetypes =
       app_resource.primary_mimetypes();
   ASSERT_EQ(1U, primary_mimetypes.size());