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.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/integration/fixtures/items.json b/tests/integration/fixtures/items.json
index 5396fde9b..c9f744a56 100644
--- a/tests/integration/fixtures/items.json
+++ b/tests/integration/fixtures/items.json
@@ -101,6 +101,18 @@
],
"fourth feed": [
{
+ "status": 2,
+ "body": "this is a body",
+ "title": "a title9",
+ "author": "my author",
+ "guid": "a title9",
+ "url": "http://google.de",
+ "pubDate": 1234,
+ "lastModified": 1234,
+ "enclosureMime": "video/mpeg",
+ "enclosureLink": "http://google.de/web.webm"
+ },
+ {
"status": 0,
"body": "this is a body",
"title": "no folder",
@@ -141,4 +153,4 @@
"enclosureLink": "http://google.de/web.webm"
}
]
-} \ No newline at end of file
+}