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

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

Issue 10411022: Change bug for disabled RemoteFileSystemExtensionApiTest.RemoteMountPoint test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "src": "https://file_content_url/", 112 "src": "https://file_content_url/",
113 "type": "audio/mpeg" 113 "type": "audio/mpeg"
114 }, 114 },
115 "docs$filename": { 115 "docs$filename": {
116 "$t": "File.aBc" 116 "$t": "File.aBc"
117 }, 117 },
118 "docs$md5Checksum": { 118 "docs$md5Checksum": {
119 "$t": "3b4382ebefec6e743578c76bbd0575ce" 119 "$t": "3b4382ebefec6e743578c76bbd0575ce"
120 }, 120 },
121 "docs$size": { 121 "docs$size": {
122 "$t": "892721" 122 "$t": "13"
123 }, 123 },
124 "docs$suggestedFilename": { 124 "docs$suggestedFilename": {
125 "$t": "File.aBc" 125 "$t": "File.aBc"
126 }, 126 },
127 "docs$writersCanInvite": { 127 "docs$writersCanInvite": {
128 "value": "true" 128 "value": "true"
129 }, 129 },
130 "gd$etag": "\"HhMOFgxXHit7ImBr\"", 130 "gd$etag": "\"HhMOFgxXHit7ImBr\"",
131 "gd$feedLink": [ { 131 "gd$feedLink": [ {
132 "href": "https://file_feed_link_url", 132 "href": "https://file_feed_link_url",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 }, 223 },
224 "xmlns": "http://www.w3.org/2005/Atom", 224 "xmlns": "http://www.w3.org/2005/Atom",
225 "xmlns$batch": "http://schemas.google.com/gdata/batch", 225 "xmlns$batch": "http://schemas.google.com/gdata/batch",
226 "xmlns$docs": "http://schemas.google.com/docs/2007", 226 "xmlns$docs": "http://schemas.google.com/docs/2007",
227 "xmlns$gd": "http://schemas.google.com/g/2005", 227 "xmlns$gd": "http://schemas.google.com/g/2005",
228 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 228 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
229 }, 229 },
230 "version": "1.0" 230 "version": "1.0"
231 } 231 }
232 232
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698