summaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-10-02 22:28:19 +0200
committerRobin Appelman <icewind@owncloud.com>2013-10-02 22:28:19 +0200
commit51c34777c4accae634b7877fac970fd2a2e2550c (patch)
tree7c2fb7262240cc1c21ad18dc184c391be07e2d1a /apps/files_external
parentde43515cfad858224393f5cc5bfb35c07a1820b0 (diff)
downloadnextcloud-server-51c34777c4accae634b7877fac970fd2a2e2550c.tar.gz
nextcloud-server-51c34777c4accae634b7877fac970fd2a2e2550c.zip
extend test case
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/tests/smb.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/tests/smb.php b/apps/files_external/tests/smb.php
index 86dbd3ab88d..0291f293fa6 100644
--- a/apps/files_external/tests/smb.php
+++ b/apps/files_external/tests/smb.php
@@ -33,5 +33,6 @@ class SMB extends Storage {
$this->instance->mkdir('with spaces');
$result = $this->instance->rename('with spaces', 'foo bar');
$this->assertTrue($result);
+ $this->assertTrue($this->instance->is_dir('foo bar'));
}
}