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

Side by Side Diff: chrome/test/data/chromeos/gdata/delta_file_added_in_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 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "rel": "edit", 101 "rel": "edit",
102 "type": "application/atom+xml" 102 "type": "application/atom+xml"
103 }, { 103 }, {
104 "href": "https://edit-media/document%3Aadded_in_root_id", 104 "href": "https://edit-media/document%3Aadded_in_root_id",
105 "rel": "edit-media", 105 "rel": "edit-media",
106 "type": "text/html" 106 "type": "text/html"
107 }, { 107 }, {
108 "href": "https://changes/16683", 108 "href": "https://changes/16683",
109 "rel": "self", 109 "rel": "self",
110 "type": "application/atom+xml" 110 "type": "application/atom+xml"
111 }, {
112 "href": "https://fake_server/fake_root",
113 "rel": "http://schemas.google.com/docs/2007#parent",
114 "type": "application/atom+xml"
111 } ], 115 } ],
112 "published": { 116 "published": {
113 "$t": "2012-04-10T22:50:53.237Z" 117 "$t": "2012-04-10T22:50:53.237Z"
114 }, 118 },
115 "title": { 119 "title": {
116 "$t": "Added file" 120 "$t": "Added file"
117 }, 121 },
118 "updated": { 122 "updated": {
119 "$t": "2012-04-10T22:50:55.797Z" 123 "$t": "2012-04-10T22:50:55.797Z"
120 } 124 }
(...skipping 29 matching lines...) Expand all
150 "updated": { 154 "updated": {
151 "$t": "2012-04-10T22:50:55.797Z" 155 "$t": "2012-04-10T22:50:55.797Z"
152 }, 156 },
153 "xmlns": "http://www.w3.org/2005/Atom", 157 "xmlns": "http://www.w3.org/2005/Atom",
154 "xmlns$docs": "http://schemas.google.com/docs/2007", 158 "xmlns$docs": "http://schemas.google.com/docs/2007",
155 "xmlns$gd": "http://schemas.google.com/g/2005", 159 "xmlns$gd": "http://schemas.google.com/g/2005",
156 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 160 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
157 }, 161 },
158 "version": "1.0" 162 "version": "1.0"
159 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698