From eacd2a1755137d3016dad7177c06dc57ca033ccb Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Wed, 20 Mar 2013 19:04:34 +0100 Subject: adds findAllFromFolder --- tests/db/ItemMapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/db/ItemMapperTest.php b/tests/db/ItemMapperTest.php index b3be320e7..369f7c26c 100644 --- a/tests/db/ItemMapperTest.php +++ b/tests/db/ItemMapperTest.php @@ -134,7 +134,7 @@ class ItemMapperTest extends \OCA\AppFramework\Utility\MapperTestUtility { 'AND ((`*dbprefix*news_items`.`status` & ?) > 0)'; $this->setMapperResult($sql, array($userId, $folderId, $status)); - $result = $this->findAllFromFolder($userId, $folderId, $status); + $result = $this->itemMapper->findAllFromFolder($userId, $folderId, $status); } } \ No newline at end of file -- cgit v1.2.3