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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeos/gdata/uploaded_document.json
===================================================================
--- chrome/test/data/chromeos/gdata/uploaded_document.json (revision 151875)
+++ chrome/test/data/chromeos/gdata/uploaded_document.json (working copy)
@@ -49,10 +49,10 @@
"$t": "0"
},
"gd$resourceId": {
- "$t": "document:5_document_resource_id"
+ "$t": "document:6_document_resource_id"
},
"id": {
- "$t": "5_document_id"
+ "$t": "6_document_id"
},
"link": [ {
"href": "https://3_document_alternate_link",
@@ -63,11 +63,11 @@
"rel": "http://schemas.google.com/docs/2007/thumbnail",
"type": "image/jpeg"
}, {
- "href": "https://3_document_self_link/document:5_document_resource_id",
+ "href": "https://3_document_self_link/document:6_document_resource_id",
"rel": "edit",
"type": "application/atom+xml"
}, {
- "href": "https://3_document_self_link/document:5_document_resource_id",
+ "href": "https://3_document_self_link/document:6_document_resource_id",
"rel": "self",
"type": "application/atom+xml"
} ],

Powered by Google App Engine
This is Rietveld 408576698