summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-06-15 17:49:11 +0200
committerVincent Petry <pvince81@owncloud.com>2015-06-15 17:49:11 +0200
commit1f91e9e65da2a3f029f403ac5f1b7114235383a8 (patch)
treedfbba01fcd778acf1a5ee56b308026a515968c15 /tests
parentb6165b68655fdf957d9b63ab982a5f8724fcc3de (diff)
downloadnextcloud-server-1f91e9e65da2a3f029f403ac5f1b7114235383a8.tar.gz
nextcloud-server-1f91e9e65da2a3f029f403ac5f1b7114235383a8.zip
Convert invalid path exception to sabre exception on MOVE
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/connector/sabre/objecttree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/objecttree.php b/tests/lib/connector/sabre/objecttree.php
index b9f8591b10a..00aab94e012 100644
--- a/tests/lib/connector/sabre/objecttree.php
+++ b/tests/lib/connector/sabre/objecttree.php
@@ -239,7 +239,7 @@ class ObjectTree extends \Test\TestCase {
}
/**
- * @expectedException \OCP\Files\InvalidPathException
+ * @expectedException \OC\Connector\Sabre\Exception\InvalidPath
*/
public function testGetNodeForPathInvalidPath() {
$path = '/foo\bar';