Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
rjs_json_form
Commits
78fce380
Commit
78fce380
authored
Aug 24, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: update todo
parent
253f20cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
test/jsonform_test.js
test/jsonform_test.js
+9
-12
No files found.
test/jsonform_test.js
View file @
78fce380
...
...
@@ -128,26 +128,23 @@
};
skip_files
=
[
// XXX tv4 not support const
"
const.json
"
,
// XXX not realized
"
if-then-else.json
"
"
if-then-else.json
"
,
"
dependencies.json
"
];
skip_modules
=
[
// XXX tv4 not support boolean
"
boolean schema 'false'
"
];
todo_tests
=
[
"
allOf: mismatch first
"
,
// you can find it: XXX need use many many rules for merging
// tv4 does not support boolean schemas
"
allOf with boolean schemas, some false: any value is invalid
"
,
"
allOf with boolean schemas, all false: any value is invalid
"
,
"
anyOf with boolean schemas, all false: any value is invalid
"
,
"
not with boolean schema false: any value is valid
"
,
"
oneOf with boolean schemas, one true: any value is valid
"
];
// XXX need use many many rules for merging
// XXX merge patternProperties with properties having name pattern match.
// XXX base URI change based on $id property not realised
todo_tests
.
push
(
"
base URI change: base URI change ref valid
"
);
todo_tests
.
push
(
"
base URI change - change folder: number is valid
"
);
todo_tests
.
push
(
"
base URI change - change folder in subschema: number is valid
"
);
function
create_callback
(
schema
,
schema_url
,
value
,
valid
)
{
return
function
(
assert
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment