summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/fixtures')
-rw-r--r--tests/integration/fixtures/feeds.json88
-rw-r--r--tests/integration/fixtures/folders.json17
-rw-r--r--tests/integration/fixtures/items.json5
3 files changed, 110 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
diff --git a/tests/integration/fixtures/folders.json b/tests/integration/fixtures/folders.json
new file mode 100644
index 000000000..3c79ef52b
--- /dev/null
+++ b/tests/integration/fixtures/folders.json
@@ -0,0 +1,17 @@
+[
+ {
+ "name": "first folder",
+ "deletedAt": 0,
+ "opened": true
+ },
+ {
+ "name": "second folder",
+ "deletedAt": 0,
+ "opened": false
+ },
+ {
+ "name": "third folder",
+ "deletedAt": 9999999999,
+ "opened": true
+ }
+] \ No newline at end of file
diff --git a/tests/integration/fixtures/items.json b/tests/integration/fixtures/items.json
new file mode 100644
index 000000000..56c70edbe
--- /dev/null
+++ b/tests/integration/fixtures/items.json
@@ -0,0 +1,5 @@
+{
+ "first feed": [
+
+ ]
+} \ No newline at end of file