]> source.dussan.org Git - nextcloud-server.git/commitdiff
extend test case
authorRobin Appelman <icewind@owncloud.com>
Wed, 2 Oct 2013 20:28:19 +0000 (22:28 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 2 Oct 2013 20:28:19 +0000 (22:28 +0200)
apps/files_external/tests/smb.php

index 86dbd3ab88d73d4d7c46943e9a14c6e30d52dd0b..0291f293fa6208e1524bfc5a6aed8e69c92ab5e6 100644 (file)
@@ -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'));
        }
 }