summaryrefslogtreecommitdiffstats
path: root/tests/bl/FeedBlTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 11:08:14 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 11:08:14 +0100
commitd0fde9dbce129b0dbb94d577d9685764c7d5ea4b (patch)
treeef7724db5fa4cf373a4c2393972ec4e65953593a /tests/bl/FeedBlTest.php
parent3560ac0555ef2fbb7320e946c36d46aeef71b0b5 (diff)
also use feedid because feed + guid hash are unique together
Diffstat (limited to 'tests/bl/FeedBlTest.php')
-rw-r--r--tests/bl/FeedBlTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bl/FeedBlTest.php b/tests/bl/FeedBlTest.php
index 2ec3d3e47..b43060112 100644
--- a/tests/bl/FeedBlTest.php
+++ b/tests/bl/FeedBlTest.php
@@ -197,6 +197,7 @@ class FeedBlTest extends \OCA\AppFramework\Utility\TestUtility {
$this->itemMapper->expects($this->once())
->method('findByGuidHash')
->with($this->equalTo($item->getGuidHash()),
+ $this->equalTo($feed->getId()),
$this->equalTo($this->user))
->will($this->returnValue($item));
$this->itemMapper->expects($this->once())