summaryrefslogtreecommitdiffstats
path: root/tests/unit/fetcher/FeedFetcherTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-27 20:52:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-27 20:52:20 +0200
commitb679b8c0315f96b1aeb3286efd5a36072aeb18cc (patch)
tree99a09362381941540ef053309a86122be8638be3 /tests/unit/fetcher/FeedFetcherTest.php
parent15c663658ecf19bdc6257e57825e943735aece0f (diff)
always open links in new tab
Diffstat (limited to 'tests/unit/fetcher/FeedFetcherTest.php')
-rw-r--r--tests/unit/fetcher/FeedFetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/fetcher/FeedFetcherTest.php b/tests/unit/fetcher/FeedFetcherTest.php
index 466bcc446..83ba3b809 100644
--- a/tests/unit/fetcher/FeedFetcherTest.php
+++ b/tests/unit/fetcher/FeedFetcherTest.php
@@ -199,7 +199,7 @@ class FeedFetcherTest extends \OCA\AppFramework\Utility\TestUtility {
$item->setTitle('my<\' title');
$item->setGuid($this->guid);
$item->setGuidHash(md5($this->guid));
- $item->setBody($this->body2);
+ $item->setBody($this->body);
$item->setLastModified($this->time);
if($author) {
$mock = $this->getMock('author', array('get_name'));