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

Side by Side Diff: chrome/test/data/chromeos/gdata/uploaded_document.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 "entry": { 3 "entry": {
4 "app$edited": { 4 "app$edited": {
5 "$t": "2012-01-02T01:02:03.457Z", 5 "$t": "2012-01-02T01:02:03.457Z",
6 "xmlns$app": "http://www.w3.org/2007/app" 6 "xmlns$app": "http://www.w3.org/2007/app"
7 }, 7 },
8 "author": [ { 8 "author": [ {
9 "email": { 9 "email": {
10 "$t": "doc_author@testing.com" 10 "$t": "doc_author@testing.com"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "$t": "doc_author" 42 "$t": "doc_author"
43 } 43 }
44 }, 44 },
45 "gd$lastViewed": { 45 "gd$lastViewed": {
46 "$t": "2011-12-13T02:12:18.527Z" 46 "$t": "2011-12-13T02:12:18.527Z"
47 }, 47 },
48 "gd$quotaBytesUsed": { 48 "gd$quotaBytesUsed": {
49 "$t": "0" 49 "$t": "0"
50 }, 50 },
51 "gd$resourceId": { 51 "gd$resourceId": {
52 "$t": "document:5_document_resource_id" 52 "$t": "document:6_document_resource_id"
53 }, 53 },
54 "id": { 54 "id": {
55 "$t": "5_document_id" 55 "$t": "6_document_id"
56 }, 56 },
57 "link": [ { 57 "link": [ {
58 "href": "https://3_document_alternate_link", 58 "href": "https://3_document_alternate_link",
59 "rel": "alternate", 59 "rel": "alternate",
60 "type": "text/html" 60 "type": "text/html"
61 }, { 61 }, {
62 "href": "https://3_document_thumbnail_link", 62 "href": "https://3_document_thumbnail_link",
63 "rel": "http://schemas.google.com/docs/2007/thumbnail", 63 "rel": "http://schemas.google.com/docs/2007/thumbnail",
64 "type": "image/jpeg" 64 "type": "image/jpeg"
65 }, { 65 }, {
66 "href": "https://3_document_self_link/document:5_document_resource_id", 66 "href": "https://3_document_self_link/document:6_document_resource_id",
67 "rel": "edit", 67 "rel": "edit",
68 "type": "application/atom+xml" 68 "type": "application/atom+xml"
69 }, { 69 }, {
70 "href": "https://3_document_self_link/document:5_document_resource_id", 70 "href": "https://3_document_self_link/document:6_document_resource_id",
71 "rel": "self", 71 "rel": "self",
72 "type": "application/atom+xml" 72 "type": "application/atom+xml"
73 } ], 73 } ],
74 "published": { 74 "published": {
75 "$t": "2011-12-12T23:28:46.686Z" 75 "$t": "2011-12-12T23:28:46.686Z"
76 }, 76 },
77 "title": { 77 "title": {
78 "$t": "Document 1" 78 "$t": "Document 1"
79 }, 79 },
80 "updated": { 80 "updated": {
81 "$t": "2011-12-12T23:28:52.783Z" 81 "$t": "2011-12-12T23:28:52.783Z"
82 } 82 }
83 }, 83 },
84 "version": "1.0" 84 "version": "1.0"
85 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698