aboutsummaryrefslogtreecommitdiff
path: root/test/test-options-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-options-util.js')
-rw-r--r--test/test-options-util.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js
index ce12bca9..cd948c91 100644
--- a/test/test-options-util.js
+++ b/test/test-options-util.js
@@ -407,14 +407,15 @@ function createProfileOptionsUpdatedTestData1() {
groups: []
}
},
- dictionaries: {
- 'Test Dictionary': {
+ dictionaries: [
+ {
+ name: 'Test Dictionary',
priority: 0,
enabled: true,
allowSecondarySearches: false,
definitionsCollapsible: 'not-collapsible'
}
- },
+ ],
parsing: {
enableScanningParser: true,
enableMecabParser: false,
@@ -574,7 +575,7 @@ function createOptionsUpdatedTestData1() {
}
],
profileCurrent: 0,
- version: 10,
+ version: 11,
global: {
database: {
prefixWildcardsSupported: false