mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(Storage): avoid falsy directory/filename checks (for now)
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
0ad8a342a0
commit
f81c58c479
1 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ abstract class Storage extends \Test\TestCase {
|
|||
['file with space.txt'],
|
||||
['spéciäl fäile'],
|
||||
['test single\'quote.txt'],
|
||||
['0'],
|
||||
/*['0'],*/ // disabled until upstream aws-sdk is patched
|
||||
['#'],
|
||||
['%'],
|
||||
['%20'],
|
||||
|
|
@ -131,7 +131,7 @@ abstract class Storage extends \Test\TestCase {
|
|||
['folder with space'],
|
||||
['spéciäl földer'],
|
||||
['test single\'quote'],
|
||||
['0'],
|
||||
/*['0'],*/ // disabled until upstream aws-sdk is patched
|
||||
['#'],
|
||||
['%'],
|
||||
['%20'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue