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

Side by Side Diff: chrome/test/data/chromeos/gdata/directory_entry_atom2.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
(Empty)
1 {
2 "encoding": "UTF-8",
3 "entry": {
4 "app$edited": {
5 "$t": "2012-03-02T00:06:13.397Z",
6 "xmlns$app": "http://www.w3.org/2007/app"
7 },
8 "author": [ {
9 "email": {
10 "$t": "tester@testing.org"
11 },
12 "name": {
13 "$t": "tester"
14 }
15 } ],
16 "category": [ {
17 "label": "folder",
18 "scheme": "http://schemas.google.com/g/2005#kind",
19 "term": "http://schemas.google.com/docs/2007#folder"
20 } ],
21 "content": {
22 "src": "https://docs.google.com/feeds/default/private/full/folder%3samp le-id2/contents",
23 "type": "application/atom+xml;type=feed"
24 },
25 "docs$writersCanInvite": {
26 "value": "true"
27 },
28 "gd$etag": "\"E0cEURldQit7ImBr\"",
29 "gd$feedLink": [ {
30 "href": "https://docs.google.com/feeds/default/private/full/folder%3Asa mple-id2/acl",
31 "rel": "http://schemas.google.com/acl/2007#accessControlList"
32 } ],
33 "gd$lastModifiedBy": {
34 "email": {
35 "$t": "tester@testing.org"
36 },
37 "name": {
38 "$t": "tester"
39 }
40 },
41 "gd$quotaBytesUsed": {
42 "$t": "0"
43 },
44 "gd$resourceId": {
45 "$t": "folder:sample-id2"
46 },
47 "id": {
48 "$t": "https://docs.google.com/feeds/id/folder-sample-id2"
49 },
50 "link": [ {
51 "href": "https://docs.google.com/#folders/folder.0.sample-id2",
52 "rel": "alternate",
53 "type": "text/html"
54 }, {
55 "href": "https://ssl.gstatic.com/docs/doclist/images/icon_9_collection_ list.png",
56 "rel": "http://schemas.google.com/docs/2007#icon",
57 "type": "image/png"
58 }, {
59 "href": "https://docs.google.com/feeds/upload/create-session/default/pr ivate/full/folder-sample-id2/contents",
60 "rel": "http://schemas.google.com/g/2005#resumable-create-media",
61 "type": "application/atom+xml"
62 }, {
63 "href": "https://docs.google.com/feeds/default/private/full/folder-samp le-id2",
64 "rel": "self",
65 "type": "application/atom+xml"
66 }, {
67 "href": "https://docs.google.com/feeds/default/private/full/folder-samp le-id2",
68 "rel": "edit",
69 "type": "application/atom+xml"
70 } ],
71 "published": {
72 "$t": "2012-03-02T00:06:13.397Z"
73 },
74 "title": {
75 "$t": "Sample Directory Title"
76 },
77 "updated": {
78 "$t": "2012-03-02T00:06:13.397Z"
79 },
80 "xmlns": "http://www.w3.org/2005/Atom",
81 "xmlns$batch": "http://schemas.google.com/gdata/batch",
82 "xmlns$docs": "http://schemas.google.com/docs/2007",
83 "xmlns$gd": "http://schemas.google.com/g/2005"
84 },
85 "version": "1.0"
86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698