From 143272b1743109aab016fc0e02705176aab1e18d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Nov 2014 22:30:39 +0100 Subject: more integration tests --- tests/integration/fixtures/items.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'tests/integration/fixtures') diff --git a/tests/integration/fixtures/items.json b/tests/integration/fixtures/items.json index 7f6b6c9c4..5396fde9b 100644 --- a/tests/integration/fixtures/items.json +++ b/tests/integration/fixtures/items.json @@ -85,6 +85,34 @@ "enclosureLink": "http://google.de/web.webm" } ], + "third feed": [ + { + "status": 2, + "body": "this is a body", + "title": "a title9", + "author": "my author", + "guid": "a title9", + "url": "http://google.de", + "pubDate": 2323, + "lastModified": 113, + "enclosureMime": "video/mpeg", + "enclosureLink": "http://google.de/web.webm" + } + ], + "fourth feed": [ + { + "status": 0, + "body": "this is a body", + "title": "no folder", + "author": "my author", + "guid": "no folder", + "url": "http://google.de", + "pubDate": 2323, + "lastModified": 113, + "enclosureMime": "video/mpeg", + "enclosureLink": "http://google.de/web.webm" + } + ], "fifth feed": [ { "status": 2, -- cgit v1.2.3