summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-02 17:34:24 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-20 09:33:59 +0200
commitdb4c7fe743d7cd2019612c9acd732ca0ec4467ea (patch)
tree6be66c74ff5f41aa75819eadd1c75213abfdc94e /apps/files_external/tests
parent63bbbf29f4b8fc49faf8aafd7ebf27a12e892a06 (diff)
downloadnextcloud-server-db4c7fe743d7cd2019612c9acd732ca0ec4467ea.tar.gz
nextcloud-server-db4c7fe743d7cd2019612c9acd732ca0ec4467ea.zip
Add encoding wrapper as opt-in mount option
The encoding wrapper is now only applied when the mount option is set, disabled by default.
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r--apps/files_external/tests/js/settingsSpec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_external/tests/js/settingsSpec.js b/apps/files_external/tests/js/settingsSpec.js
index 462407e9540..7aa49b2c82a 100644
--- a/apps/files_external/tests/js/settingsSpec.js
+++ b/apps/files_external/tests/js/settingsSpec.js
@@ -370,7 +370,8 @@ describe('OCA.External.Settings tests', function() {
encrypt: true,
previews: true,
enable_sharing: false,
- filesystem_check_changes: 0
+ filesystem_check_changes: 0,
+ encoding_compatibility: false
});
});
});