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

Side by Side Diff: chrome/test/data/chromeos/gdata/delta_file_renamed_in_directory.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "encoding": "UTF-8", 2 "encoding": "UTF-8",
3 "feed": { 3 "feed": {
4 "author": [ { 4 "author": [ {
5 "email": { 5 "email": {
6 "$t": "tester@test.com" 6 "$t": "tester@test.com"
7 }, 7 },
8 "name": { 8 "name": {
9 "$t": "tester" 9 "$t": "tester"
10 } 10 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "rel": "http://schemas.google.com/g/2005#resumable-create-media", 83 "rel": "http://schemas.google.com/g/2005#resumable-create-media",
84 "type": "application/atom+xml" 84 "type": "application/atom+xml"
85 }, { 85 }, {
86 "href": "https://dir_1_self_link/folder:1_folder_resource_id", 86 "href": "https://dir_1_self_link/folder:1_folder_resource_id",
87 "rel": "self", 87 "rel": "self",
88 "type": "application/atom+xml" 88 "type": "application/atom+xml"
89 }, { 89 }, {
90 "href": "https://dir_1_self_link/folder:1_folder_resource_id", 90 "href": "https://dir_1_self_link/folder:1_folder_resource_id",
91 "rel": "edit", 91 "rel": "edit",
92 "type": "application/atom+xml" 92 "type": "application/atom+xml"
93 }, {
94 "href": "https://fake_server/fake_root",
95 "rel": "http://schemas.google.com/docs/2007#parent",
96 "type": "application/atom+xml"
93 } ], 97 } ],
94 "published": { 98 "published": {
95 "$t": "2010-11-07T05:03:54.719Z" 99 "$t": "2010-11-07T05:03:54.719Z"
96 }, 100 },
97 "title": { 101 "title": {
98 "$t": "Directory 1" 102 "$t": "Directory 1"
99 }, 103 },
100 "updated": { 104 "updated": {
101 "$t": "2011-04-01T18:34:08.234Z" 105 "$t": "2011-04-01T18:34:08.234Z"
102 } 106 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "updated": { 229 "updated": {
226 "$t": "2012-04-11T02:42:20.930Z" 230 "$t": "2012-04-11T02:42:20.930Z"
227 }, 231 },
228 "xmlns": "http://www.w3.org/2005/Atom", 232 "xmlns": "http://www.w3.org/2005/Atom",
229 "xmlns$docs": "http://schemas.google.com/docs/2007", 233 "xmlns$docs": "http://schemas.google.com/docs/2007",
230 "xmlns$gd": "http://schemas.google.com/g/2005", 234 "xmlns$gd": "http://schemas.google.com/g/2005",
231 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 235 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
232 }, 236 },
233 "version": "1.0" 237 "version": "1.0"
234 } 238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698