add tests

This commit is contained in:
Emmanuel Garette 2019-04-17 19:16:05 +02:00
parent ceae0be2ce
commit 626184fee7
15 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
{"unicode2_symlink.options.unicode1": "test", "unicode2_symlink.options.unicode2": "test"}

View File

@ -0,0 +1 @@
{"unicode2_symlink.options.unicode1": {"doc": "Unicode 1", "name": "unicode1", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "string"}, "unicode2_symlink.options.unicode2": {"doc": "Unicode 1", "name": "unicode2", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": true, "ismulti": false, "type": "string"}}

View File

@ -0,0 +1 @@
{"schema": {"unicode2_symlink.options": {"name": "unicode2_symlink.options", "properties": {"unicode2_symlink.options.unicode1": {"name": "unicode2_symlink.options.unicode1", "type": "string", "value": "test", "title": "Unicode 1"}, "unicode2_symlink.options.unicode2": {"name": "unicode2_symlink.options.unicode2", "type": "symlink", "opt_path": "unicode2_symlink.options.unicode1", "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": {"unicode2_symlink.options.unicode1": {"value": "test", "owner": "default"}}, "form": {"unicode2_symlink.options.unicode1": {"clearable": true, "type": "input"}, "null": [{"title": "Configurer", "type": "submit"}]}, "version": "1.0"}

View File

@ -0,0 +1 @@
{"unicode2_symlink.options.unicode1": {"null": "default"}, "unicode2_symlink.options.unicode2": {"null": "default"}}

View File

@ -0,0 +1 @@
{"unicode2_symlink.options.unicode1": {"null": []}, "unicode2_symlink.options.unicode2": {"null": []}}

View File

@ -0,0 +1 @@
{"unicode2_symlink.options.unicode1": {"null": []}, "unicode2_symlink.options.unicode2": {"null": []}}

View File

@ -0,0 +1 @@
{"options.unicode1": "test", "options.unicode2": "test"}

View File

@ -0,0 +1 @@
{"options.unicode1": "val", "options.unicode2": "val"}

View File

@ -0,0 +1 @@
{"options.unicode1": {"doc": "Unicode 1", "name": "unicode1", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": false, "ismulti": false, "type": "string"}, "options.unicode2": {"doc": "Unicode 1", "name": "unicode2", "isoptiondescription": false, "isleader": false, "isfollower": false, "issymlinkoption": true, "ismulti": false, "type": "string"}}

View File

@ -0,0 +1 @@
{"schema": {"options": {"name": "options", "properties": {"options.unicode1": {"name": "options.unicode1", "type": "string", "value": "test", "title": "Unicode 1"}, "options.unicode2": {"name": "options.unicode2", "type": "symlink", "opt_path": "options.unicode1", "title": "Unicode 1"}}, "type": "object", "title": "Common configuration"}}, "model": {"options.unicode1": {"value": "test", "owner": "default"}}, "form": {"options.unicode1": {"clearable": true, "type": "input"}, "null": [{"title": "Configurer", "type": "submit"}]}, "version": "1.0"}

View File

@ -0,0 +1 @@
{"cmd": "config.option('options.unicode1').value.set('val')", "body": {"updates": [{"action": "modify", "name": "options.unicode1", "value": "val"}]}}

View File

@ -0,0 +1 @@
{"options.unicode1": {"null": "default"}, "options.unicode2": {"null": "default"}}

View File

@ -0,0 +1 @@
{"options.unicode1": {"null": []}, "options.unicode2": {"null": []}}

View File

@ -0,0 +1 @@
{"options.unicode1": {"null": []}, "options.unicode2": {"null": []}}

View File

@ -0,0 +1 @@
{"updates": ["options.unicode1"], "model": {"options.unicode1": {"value": "val", "owner": "user"}}}