From 23dcd8e5bff6a2e366b085ac373638206652f055 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Nov 2014 17:36:54 +0100 Subject: fix mysql --- tests/integration/fixtures/items.json | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'tests/integration/fixtures/items.json') diff --git a/tests/integration/fixtures/items.json b/tests/integration/fixtures/items.json index 780796afe..7f6b6c9c4 100644 --- a/tests/integration/fixtures/items.json +++ b/tests/integration/fixtures/items.json @@ -1,11 +1,11 @@ { "first feed": [ { - "status": 2, + "status": 4, "body": "this is a body", - "title": "a title1", + "title": "a title2", "author": "my author", - "guid": "abc", + "guid": "def", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, @@ -13,11 +13,11 @@ "enclosureLink": "http://google.de/web.webm" }, { - "status": 0, + "status": 6, "body": "this is a body", - "title": "del1", + "title": "a title3", "author": "my author", - "guid": "del1", + "guid": "gih", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, @@ -25,11 +25,11 @@ "enclosureLink": "http://google.de/web.webm" }, { - "status": 0, + "status": 2, "body": "this is a body", - "title": "del2", + "title": "a title1", "author": "my author", - "guid": "del2", + "guid": "abc", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, @@ -39,9 +39,9 @@ { "status": 0, "body": "this is a body", - "title": "del3", + "title": "del1", "author": "my author", - "guid": "del3", + "guid": "del1", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, @@ -51,9 +51,9 @@ { "status": 0, "body": "this is a body", - "title": "del4", + "title": "del2", "author": "my author", - "guid": "del4", + "guid": "del2", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, @@ -61,11 +61,11 @@ "enclosureLink": "http://google.de/web.webm" }, { - "status": 4, + "status": 0, "body": "this is a body", - "title": "a title2", + "title": "del3", "author": "my author", - "guid": "def", + "guid": "del3", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, @@ -73,11 +73,11 @@ "enclosureLink": "http://google.de/web.webm" }, { - "status": 6, + "status": 0, "body": "this is a body", - "title": "a title3", + "title": "del4", "author": "my author", - "guid": "gih", + "guid": "del4", "url": "http://google.de", "pubDate": 2323, "lastModified": 113, -- cgit v1.2.3