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.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/tests/integration/fixtures/feeds.json b/tests/integration/fixtures/feeds.json
new file mode 100644
index 000000000..c3848bd78
--- /dev/null
+++ b/tests/integration/fixtures/feeds.json
@@ -0,0 +1,88 @@
+{
+ "first folder": [
+ {
+ "title": "first feed",
+ "folderName": "first folder",
+ "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": 40,
+ "lastModified": "",
+ "etag": ""
+ },
+ {
+ "title": "second feed",
+ "folderName": "first folder",
+ "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": "fifth 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