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

Side by Side Diff: chrome/test/data/chromeos/gdata/basic_feed.json

Issue 10854199: ResourceId and unit test cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: minor Created 8 years, 4 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@testing.com" 6 "$t": "tester@testing.com"
7 }, 7 },
8 "name": { 8 "name": {
9 "$t": "tester" 9 "$t": "tester"
10 } 10 }
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "$t": "tester@testing.com" 141 "$t": "tester@testing.com"
142 }, 142 },
143 "name": { 143 "name": {
144 "$t": "tester" 144 "$t": "tester"
145 } 145 }
146 }, 146 },
147 "gd$quotaBytesUsed": { 147 "gd$quotaBytesUsed": {
148 "$t": "892721" 148 "$t": "892721"
149 }, 149 },
150 "gd$resourceId": { 150 "gd$resourceId": {
151 "$t": "file:subdirectory_file_1_id" 151 "$t": "file:5_file_resource_id"
152 }, 152 },
153 "id": { 153 "id": {
154 "$t": "2_file_id" 154 "$t": "2_file_id"
155 }, 155 },
156 "link": [ { 156 "link": [ {
157 "href": "https://file_link_parent", 157 "href": "https://file_link_parent",
158 "rel": "http://schemas.google.com/docs/2007#parent", 158 "rel": "http://schemas.google.com/docs/2007#parent",
159 "title": "Medical", 159 "title": "Medical",
160 "type": "application/atom+xml" 160 "type": "application/atom+xml"
161 }, { 161 }, {
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 }, 404 },
405 "xmlns": "http://www.w3.org/2005/Atom", 405 "xmlns": "http://www.w3.org/2005/Atom",
406 "xmlns$batch": "http://schemas.google.com/gdata/batch", 406 "xmlns$batch": "http://schemas.google.com/gdata/batch",
407 "xmlns$docs": "http://schemas.google.com/docs/2007", 407 "xmlns$docs": "http://schemas.google.com/docs/2007",
408 "xmlns$gd": "http://schemas.google.com/g/2005", 408 "xmlns$gd": "http://schemas.google.com/g/2005",
409 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 409 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
410 }, 410 },
411 "version": "1.0" 411 "version": "1.0"
412 } 412 }
413 413
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698