From: Robin Appelman Date: Wed, 2 Oct 2013 20:28:19 +0000 (+0200) Subject: extend test case X-Git-Tag: v6.0.0alpha2~53^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51c34777c4accae634b7877fac970fd2a2e2550c;p=nextcloud-server.git extend test case --- 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')); } }