summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/ExportControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/controller/ExportControllerTest.php')
-rw-r--r--tests/unit/controller/ExportControllerTest.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/unit/controller/ExportControllerTest.php b/tests/unit/controller/ExportControllerTest.php
index 635209041..6e7df683e 100644
--- a/tests/unit/controller/ExportControllerTest.php
+++ b/tests/unit/controller/ExportControllerTest.php
@@ -121,10 +121,11 @@ class ExportControllerTest extends \PHPUnit_Framework_TestCase {
$this->assertEquals('[{"guid":null,"url":null,"title":null,' .
'"author":null,"pubDate":null,"body":null,"enclosureMime":null,' .
'"enclosureLink":null,"unread":false,"starred":false,' .
- '"feedLink":"http:\/\/goo"},{"guid":null,"url":null,"title":null,' .
- '"author":null,"pubDate":null,"body":null,"enclosureMime":null,' .
- '"enclosureLink":null,"unread":false,"starred":false,' .
- '"feedLink":"http:\/\/gee"}]', $return->render());
+ '"feedLink":"http:\/\/goo","rtl":null},{"guid":null,"url":null,' .
+ '"title":null,"author":null,"pubDate":null,"body":null,' .
+ '"enclosureMime":null,"enclosureLink":null,"unread":false,' .
+ '"starred":false,"feedLink":"http:\/\/gee","rtl":null}]',
+ $return->render());
}
-} \ No newline at end of file
+}