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

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

Issue 18355004: google_apis: Move data files out of chrome/test/data/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extension tests Created 7 years, 6 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/empty_feed.json
diff --git a/chrome/test/data/chromeos/gdata/empty_feed.json b/chrome/test/data/chromeos/gdata/empty_feed.json
deleted file mode 100644
index b5d6446f4d886da1155002a5f04d7c3f6dd41330..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/gdata/empty_feed.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "encoding": "UTF-8",
- "feed": {
- "author": [ {
- "email": {
- "$t": "tester@testing.com"
- },
- "name": {
- "$t": "tester"
- }
- } ],
- "category": [ {
- "label": "item",
- "scheme": "http://schemas.google.com/g/2005#kind",
- "term": "http://schemas.google.com/docs/2007#item"
- } ],
- "gd$etag": "W/\"DkEEQH8-eSt7ImA9WhRQGE8.\"",
- "id": {
- "$t": "https://docs.google.com/feeds/default/private/full"
- },
- "link": [ {
- "href": "http://alternate_link",
- "rel": "alternate",
- "type": "text/html"
- }, {
- "href": "https://resumable_create_media_link",
- "rel": "http://schemas.google.com/g/2005#resumable-create-media",
- "type": "application/atom+xml"
- }, {
- "href": "https://docs.google.com/feeds/default/private/full?v=3",
- "rel": "http://schemas.google.com/g/2005#feed",
- "type": "application/atom+xml"
- }, {
- "href": "https://docs.google.com/feeds/default/private/full?v=3",
- "rel": "http://schemas.google.com/g/2005#post",
- "type": "application/atom+xml"
- }, {
- "href": "https://docs.google.com/feeds/default/private/full/batch?v=3",
- "rel": "http://schemas.google.com/g/2005#batch",
- "type": "application/atom+xml"
- }, {
- "href": "https://self_link",
- "rel": "self",
- "type": "application/atom+xml"
- } ],
- "openSearch$itemsPerPage": {
- "$t": "1000"
- },
- "openSearch$startIndex": {
- "$t": "1"
- },
- "title": {
- "$t": "Feed title"
- },
- "updated": {
- "$t": "2011-12-14T01:03:21.151Z"
- },
- "xmlns": "http://www.w3.org/2005/Atom",
- "xmlns$batch": "http://schemas.google.com/gdata/batch",
- "xmlns$docs": "http://schemas.google.com/docs/2007",
- "xmlns$gd": "http://schemas.google.com/g/2005",
- "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
- },
- "version": "1.0"
-}
« no previous file with comments | « chrome/test/data/chromeos/gdata/document_to_download.json ('k') | chrome/test/data/chromeos/gdata/file_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698