summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/items.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/fixtures/items.json')
-rw-r--r--tests/integration/fixtures/items.json117
1 files changed, 114 insertions, 3 deletions
diff --git a/tests/integration/fixtures/items.json b/tests/integration/fixtures/items.json
index 56c70edbe..780796afe 100644
--- a/tests/integration/fixtures/items.json
+++ b/tests/integration/fixtures/items.json
@@ -1,5 +1,116 @@
{
- "first feed": [
-
- ]
+ "first feed": [
+ {
+ "status": 2,
+ "body": "this is a body",
+ "title": "a title1",
+ "author": "my author",
+ "guid": "abc",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
+ "status": 0,
+ "body": "this is a body",
+ "title": "del1",
+ "author": "my author",
+ "guid": "del1",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
+ "status": 0,
+ "body": "this is a body",
+ "title": "del2",
+ "author": "my author",
+ "guid": "del2",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
+ "status": 0,
+ "body": "this is a body",
+ "title": "del3",
+ "author": "my author",
+ "guid": "del3",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
+ "status": 0,
+ "body": "this is a body",
+ "title": "del4",
+ "author": "my author",
+ "guid": "del4",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
+ "status": 4,
+ "body": "this is a body",
+ "title": "a title2",
+ "author": "my author",
+ "guid": "def",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
+ "status": 6,
+ "body": "this is a body",
+ "title": "a title3",
+ "author": "my author",
+ "guid": "gih",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ }
+ ],
+ "fifth feed": [
+ {
+ "status": 2,
+ "body": "this is a body",
+ "title": "not found folder",
+ "author": "my author",
+ "guid": "not found",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ }
+ ],
+ "sixth feed": [
+ {
+ "status": 2,
+ "body": "this is a body",
+ "title": "not found feed",
+ "author": "my author",
+ "guid": "not found",
+ "url": "http://google.de",
+ "pubDate": 2323,
+ "lastModified": 113,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ }
+ ]
} \ No newline at end of file