summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-03-20 19:04:34 +0100
committerAlessandro Cosentino <cosenal@gmail.com>2013-03-20 19:04:34 +0100
commiteacd2a1755137d3016dad7177c06dc57ca033ccb (patch)
tree59c7130d8f4c9ff520b6003e4ce93ec52870eaf4 /tests
parent536236c45a0b1278f167b01f2928048424e639be (diff)
adds findAllFromFolder
Diffstat (limited to 'tests')
-rw-r--r--tests/db/ItemMapperTest.php2
1 files changed, 1 insertions, 1 deletions
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