summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/feeds.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/fixtures/feeds.json')
-rw-r--r--tests/integration/fixtures/feeds.json86
1 files changed, 0 insertions, 86 deletions
diff --git a/tests/integration/fixtures/feeds.json b/tests/integration/fixtures/feeds.json
deleted file mode 100644
index 685a75396..000000000
--- a/tests/integration/fixtures/feeds.json
+++ /dev/null
@@ -1,86 +0,0 @@
-{
- "first folder": [
- {
- "title": "first feed",
- "url": "http://google.de",
- "deletedAt": 0,
- "location": "http://feed.com/rss",
- "faviconLink": "Http://feed.com/favicon.ico",
- "added": 3000,
- "link": "http://feed.com/rss",
- "preventUpdate": false,
- "articlesPerUpdate": 1,
- "lastModified": "",
- "etag": ""
- },
- {
- "title": "second feed",
- "url": "http://golem.de",
- "deletedAt": 0,
- "location": "http://feed.com/rss",
- "faviconLink": "Http://feed.com/favicon.ico",
- "added": 3000,
- "link": "http://feed.com/rss",
- "preventUpdate": false,
- "articlesPerUpdate": 40,
- "lastModified": "",
- "etag": ""
- }
- ],
- "second folder": [
- {
- "title": "third feed",
- "url": "http://heise.de",
- "deletedAt": 0,
- "location": "http://feed.com/rss",
- "faviconLink": "Http://feed.com/favicon.ico",
- "added": 3000,
- "link": "http://feed.com/rss",
- "preventUpdate": false,
- "articlesPerUpdate": 40,
- "lastModified": "",
- "etag": ""
- },
- {
- "title": "sixth feed",
- "url": "http://gremlins.de",
- "deletedAt": 999999999,
- "location": "http://feed.com/rss",
- "faviconLink": "Http://feed.com/favicon.ico",
- "added": 3000,
- "link": "http://feed.com/rss",
- "preventUpdate": false,
- "articlesPerUpdate": 40,
- "lastModified": "",
- "etag": ""
- }
- ],
- "no folder": [{
- "title": "fourth feed",
- "url": "http://blog.fefe.de",
- "deletedAt": 0,
- "location": "http://feed.com/rss",
- "faviconLink": "Http://feed.com/favicon.ico",
- "added": 3000,
- "link": "http://feed.com/rss",
- "preventUpdate": false,
- "articlesPerUpdate": 40,
- "lastModified": "",
- "etag": ""
- }
- ],
- "third folder": [{
- "title": "fifth feed",
- "url": "http://prolinux.de",
- "deletedAt": 0,
- "location": "http://feed.com/rss",
- "faviconLink": "Http://feed.com/favicon.ico",
- "added": 3000,
- "link": "http://feed.com/rss",
- "preventUpdate": false,
- "articlesPerUpdate": 40,
- "lastModified": "",
- "etag": ""
- }
- ]
-} \ No newline at end of file