aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/node/root.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-09-10 22:21:49 +0200
committerRobin Appelman <icewind@owncloud.com>2013-09-10 22:21:49 +0200
commitb9167196fb331d7197210e4a130e03d32d839b8a (patch)
treed0eb9ded450f572fdf6ada0ecb9255e399a4f9e7 /tests/lib/files/node/root.php
parent2e5ce091f037f0f1b2d5f97ad8866a82c9118f58 (diff)
downloadnextcloud-server-b9167196fb331d7197210e4a130e03d32d839b8a.tar.gz
nextcloud-server-b9167196fb331d7197210e4a130e03d32d839b8a.zip
adjust test cases to namespace changes
Diffstat (limited to 'tests/lib/files/node/root.php')
-rw-r--r--tests/lib/files/node/root.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib/files/node/root.php b/tests/lib/files/node/root.php
index 0b356ec6d97..97eaf7f7162 100644
--- a/tests/lib/files/node/root.php
+++ b/tests/lib/files/node/root.php
@@ -9,7 +9,7 @@
namespace Test\Files\Node;
use OC\Files\Cache\Cache;
-use OC\Files\NotPermittedException;
+use OCP\Files\NotPermittedException;
use OC\Files\Mount\Manager;
class Root extends \PHPUnit_Framework_TestCase {
@@ -53,7 +53,7 @@ class Root extends \PHPUnit_Framework_TestCase {
}
/**
- * @expectedException \OC\Files\NotFoundException
+ * @expectedException \OCP\Files\NotFoundException
*/
public function testGetNotFound() {
$manager = new Manager();
@@ -77,7 +77,7 @@ class Root extends \PHPUnit_Framework_TestCase {
}
/**
- * @expectedException \OC\Files\NotPermittedException
+ * @expectedException \OCP\Files\NotPermittedException
*/
public function testGetInvalidPath() {
$manager = new Manager();
@@ -91,7 +91,7 @@ class Root extends \PHPUnit_Framework_TestCase {
}
/**
- * @expectedException \OC\Files\NotFoundException
+ * @expectedException \OCP\Files\NotFoundException
*/
public function testGetNoStorages() {
$manager = new Manager();