summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-16 10:49:22 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-16 10:49:22 +0200
commit60005bea1945537316115217db60397a1691ee86 (patch)
treecf0fa9f5d65ad57d459556996c46e37c6cd98b1c /tests
parentb052eccd9a17089b7aaf4e67286fe254ef507206 (diff)
parent1f91e9e65da2a3f029f403ac5f1b7114235383a8 (diff)
downloadnextcloud-server-60005bea1945537316115217db60397a1691ee86.tar.gz
nextcloud-server-60005bea1945537316115217db60397a1691ee86.zip
Merge pull request #16943 from owncloud/sabre-convertinvalidpath
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';