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

Unified Diff: chrome/test/data/chromeos/gdata/delta_file_moved_from_directory_to_root.json

Issue 12585003: drive: Add showroot=true to WAPI feed URLs and ignore "no parent" entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests. Created 7 years, 9 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/test/data/chromeos/gdata/delta_file_moved_from_directory_to_root.json
diff --git a/chrome/test/data/chromeos/gdata/delta_file_moved_from_directory_to_root.json b/chrome/test/data/chromeos/gdata/delta_file_moved_from_directory_to_root.json
index f2ca8089cb943ac1c26e705c5e616ec391a98c00..09bff044a9c72a606ea85944cf0c203556c2bb7d 100644
--- a/chrome/test/data/chromeos/gdata/delta_file_moved_from_directory_to_root.json
+++ b/chrome/test/data/chromeos/gdata/delta_file_moved_from_directory_to_root.json
@@ -99,6 +99,10 @@
"href": "https://file_edit_media",
"rel": "edit-media",
"type": "audio/mpeg"
+ }, {
+ "href": "https://fake_server/fake_root",
+ "rel": "http://schemas.google.com/docs/2007#parent",
+ "type": "application/atom+xml"
} ],
"published": {
"$t": "2011-12-14T00:40:47.330Z"
@@ -179,6 +183,10 @@
"href": "https://dir_1_self_link/folder:1_folder_resource_id",
"rel": "edit",
"type": "application/atom+xml"
+ }, {
+ "href": "https://fake_server/fake_root",
+ "rel": "http://schemas.google.com/docs/2007#parent",
+ "type": "application/atom+xml"
} ],
"published": {
"$t": "2010-11-07T05:03:54.719Z"

Powered by Google App Engine
This is Rietveld 408576698