mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Fix test
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
e197d8733a
commit
1725538400
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class FileNameValidatorTests : AbstractIT() {
|
|||
fun setup() {
|
||||
capability = capability.apply {
|
||||
forbiddenFilenamesJson = """[".htaccess",".htaccess"]"""
|
||||
forbiddenFilenameBaseNames = """
|
||||
forbiddenFilenameBaseNamesJson = """
|
||||
["con", "prn", "aux", "nul", "com0", "com1", "com2", "com3", "com4",
|
||||
"com5", "com6", "com7", "com8", "com9", "com¹", "com²", "com³",
|
||||
"lpt0", "lpt1", "lpt2", "lpt3", "lpt4", "lpt5", "lpt6", "lpt7",
|
||||
|
|
Loading…
Reference in a new issue