diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-24 22:01:27 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-24 23:12:16 +0200 |
commit | fba7200b05c54a20f009b501744dd1074afceec5 (patch) | |
tree | c9d50951b03abc652d5ee96bd75ff555904f9aec | |
parent | b32823a96e16c3d30beb9db87a3bbad9615ef80d (diff) | |
download | nextcloud-server-fba7200b05c54a20f009b501744dd1074afceec5.tar.gz nextcloud-server-fba7200b05c54a20f009b501744dd1074afceec5.zip |
improved trashbin test again
-rwxr-xr-x | apps/files_encryption/tests/trashbin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/tests/trashbin.php b/apps/files_encryption/tests/trashbin.php index c317c024eae..cc8709b6f24 100755 --- a/apps/files_encryption/tests/trashbin.php +++ b/apps/files_encryption/tests/trashbin.php @@ -238,6 +238,7 @@ class Test_Encryption_Trashbin extends \PHPUnit_Framework_TestCase if(strncmp($file['name'], $filename, strlen($filename)) == 0) { $path_parts = pathinfo($file['name']); $trashFileSuffix = $path_parts['extension']; + break; } } |