extend test case

remotes/origin/stable6
Robin Appelman 12 years ago
parent de43515cfa
commit 51c34777c4
  1. 1
      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'));
}
}

Loading…
Cancel
Save