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

Unified Diff: chrome/test/data/chromeos/gdata/root_feed.json

Issue 12861002: drive: Remove "/-/mine" from WAPI resource list urls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified the test feed to include an not-mine entry. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_url_generator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/gdata/root_feed.json
diff --git a/chrome/test/data/chromeos/gdata/root_feed.json b/chrome/test/data/chromeos/gdata/root_feed.json
index a6831f54637aed1b4e10ea5dd89239b0db7da540..03f14b0f597dabea81a7f66380070128dd37d54b 100644
--- a/chrome/test/data/chromeos/gdata/root_feed.json
+++ b/chrome/test/data/chromeos/gdata/root_feed.json
@@ -280,6 +280,94 @@
}
}, {
"app$edited": {
+ "$t": "2011-12-14T00:40:57.162Z",
+ "xmlns$app": "http://www.w3.org/2007/app"
+ },
+ "author": [ {
+ "email": {
+ "$t": "someoneelse@testing.com"
+ },
+ "name": {
+ "$t": "someoneelse"
+ }
+ } ],
+ "category": [ {
+ "label": "audio/mpeg",
+ "scheme": "http://schemas.google.com/g/2005#kind",
+ "term": "http://schemas.google.com/docs/2007#file"
+ } ],
+ "content": {
+ "src": "https://file_content_url/",
+ "type": "audio/mpeg"
+ },
+ "docs$filename": {
+ "$t": "Shared To The Account Owner.txt"
+ },
+ "docs$md5Checksum": {
+ "$t": "3b4382ebefec6e743578c76bbd0575ce"
+ },
+ "docs$size": {
+ "$t": "10"
+ },
+ "docs$suggestedFilename": {
+ "$t": "Shared To The Account Owner.txt"
+ },
+ "docs$writersCanInvite": {
+ "value": "true"
+ },
+ "gd$etag": "\"HhMOFgxXHit7ImBr\"",
+ "gd$feedLink": [ {
+ "href": "https://file_feed_link_url",
+ "rel": "http://schemas.google.com/docs/2007/revisions"
+ } ],
+ "gd$lastModifiedBy": {
+ "email": {
+ "$t": "someoneelse@testing.com"
+ },
+ "name": {
+ "$t": "someoneelse"
+ }
+ },
+ "gd$lastViewed": {
+ "$t": "2012-01-01T00:00:00.000Z"
+ },
+ "gd$quotaBytesUsed": {
+ "$t": "10"
+ },
+ "gd$resourceId": {
+ "$t": "file:subdirectory_unowned_file_1_id"
+ },
+ "id": {
+ "$t": "2_unowned_file_id"
+ },
+ "link": [ {
+ "href": "https://file_link_alternate",
+ "rel": "alternate",
+ "type": "text/html"
+ }, {
+ "href": "https://subdirectory_file_1_link_resumable_edit_media",
+ "rel": "http://schemas.google.com/g/2005#resumable-edit-media",
+ "type": "application/atom+xml"
+ }, {
+ "href": "https://dir1_file_link_self/file:subdirectory_unowned_file_1_id",
+ "rel": "self",
+ "type": "application/atom+xml"
+ }, {
+ "href": "https://fake_server/folder:1_folder_resource_id",
+ "rel": "http://schemas.google.com/docs/2007#parent",
+ "type": "application/atom+xml"
+ } ],
+ "published": {
+ "$t": "2011-12-14T00:40:47.330Z"
+ },
+ "title": {
+ "$t": "Shared To The Account Owner.txt"
+ },
+ "updated": {
+ "$t": "2011-12-14T00:40:47.330Z"
+ }
+ }, {
+ "app$edited": {
"$t": "2011-12-14T00:41:08.287Z",
"xmlns$app": "http://www.w3.org/2007/app"
},
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_url_generator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698