summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/items.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 14:45:14 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 14:45:14 +0100
commitdcf96e729991764e5dc5d5d9cc384540427dfdc4 (patch)
treece4778585cdcd6f96ca5723e599ac718565a9d23 /tests/integration/fixtures/items.json
parent5395685b0556921bc87ccc7e4076caabd16f0bcf (diff)
more integration tests
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