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

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

Issue 14392003: Remove unused code/data from DriveFileSystemTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove more and revive one Created 7 years, 8 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
diff --git a/chrome/test/data/chromeos/gdata/uploaded_document.json b/chrome/test/data/chromeos/gdata/uploaded_document.json
deleted file mode 100644
index 6775cc9a34768805542e326a124d7ecc6418dc27..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/gdata/uploaded_document.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "encoding": "UTF-8",
- "entry": {
- "app$edited": {
- "$t": "2012-01-02T01:02:03.457Z",
- "xmlns$app": "http://www.w3.org/2007/app"
- },
- "author": [ {
- "email": {
- "$t": "doc_author@testing.com"
- },
- "name": {
- "$t": "doc_author"
- }
- } ],
- "category": [ {
- "label": "document",
- "scheme": "http://schemas.google.com/g/2005#kind",
- "term": "http://schemas.google.com/docs/2007#document"
- }, {
- "label": "viewed",
- "scheme": "http://schemas.google.com/g/2005/labels",
- "term": "http://schemas.google.com/g/2005/labels#viewed"
- } ],
- "content": {
- "src": "https://3_document_content",
- "type": "text/html"
- },
- "docs$writersCanInvite": {
- "value": "true"
- },
- "gd$etag": "\"HhNaTRdUASt7ImBr\"",
- "gd$feedLink": [ {
- "href": "https://3_document_feed_link",
- "rel": "http://schemas.google.com/docs/2007/revisions"
- } ],
- "gd$lastModifiedBy": {
- "email": {
- "$t": "doc_author@testing.com"
- },
- "name": {
- "$t": "doc_author"
- }
- },
- "gd$lastViewed": {
- "$t": "2011-12-13T02:12:18.527Z"
- },
- "gd$quotaBytesUsed": {
- "$t": "0"
- },
- "gd$resourceId": {
- "$t": "document:6_document_resource_id"
- },
- "id": {
- "$t": "6_document_id"
- },
- "link": [ {
- "href": "https://3_document_alternate_link",
- "rel": "alternate",
- "type": "text/html"
- }, {
- "href": "https://3_document_thumbnail_link",
- "rel": "http://schemas.google.com/docs/2007/thumbnail",
- "type": "image/jpeg"
- }, {
- "href": "https://3_document_self_link/document:6_document_resource_id",
- "rel": "edit",
- "type": "application/atom+xml"
- }, {
- "href": "https://3_document_self_link/document:6_document_resource_id",
- "rel": "self",
- "type": "application/atom+xml"
- } ],
- "published": {
- "$t": "2011-12-12T23:28:46.686Z"
- },
- "title": {
- "$t": "Document 1"
- },
- "updated": {
- "$t": "2011-12-12T23:28:52.783Z"
- }
- },
- "version": "1.0"
-}
« no previous file with comments | « chrome/test/data/chromeos/gdata/subdir_feed.json ('k') | chrome/test/data/chromeos/gdata/uploaded_file.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698