From 631a1e2baf5e8332bd3034de0022669eca0636fd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 13 Nov 2014 14:14:38 +0100 Subject: dont set guidHash when setting guid to avoid overwriting different guid hashes that come from the db --- tests/integration/db/ItemMapperTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration/db/ItemMapperTest.php') diff --git a/tests/integration/db/ItemMapperTest.php b/tests/integration/db/ItemMapperTest.php index 20ded2ead..7989eb2e7 100644 --- a/tests/integration/db/ItemMapperTest.php +++ b/tests/integration/db/ItemMapperTest.php @@ -13,6 +13,7 @@ class ItemMapperTest extends NewsIntegrationTest { $item = new Item(); $item->setTitle('my title thats long'); $item->setGuid('a doner'); + $item->setGuidHash('a doner'); $item->setFeedId($feedId); $item->setUnread(); $item->setBody('Döner'); -- cgit v1.2.3