Skip to content

Commit

Permalink
Updated common test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbeeston committed Jan 30, 2017
1 parent 89fd412 commit 383efaa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "test/test-suite"]
path = test/test-suite
branch = develop
url = git://github.com/json-schema/JSON-Schema-Test-Suite.git
branch = master
url = git://github.com/json-schema-org/JSON-Schema-Test-Suite.git
22 changes: 22 additions & 0 deletions test/common_test_suite_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,32 @@ class CommonTestSuiteTest < Minitest::Test
"validation of host names",
"validation of CSS colors"
],
"draft3/ref.json" => [
"ref overrides any sibling keywords/remote ref valid, maxItems ignored"
],
"draft4/optional/format.json" => [
"validation of URIs",
"validation of e-mail addresses",
"validation of host names"
],
"draft4/optional/ecmascript-regex.json" => [
"ECMA 262 regex non-compliance/ECMA 262 has no support for \\Z anchor from .NET"
],
"draft4/ref.json" => [
"ref overrides any sibling keywords/remote ref valid, maxItems ignored",
"ref overrides any sibling keywords/ref valid, maxItems ignored"
],
"draft6/optional/format.json" => [
"validation of URIs",
"validation of e-mail addresses",
"validation of host names"
],
"draft6/optional/ecmascript-regex.json" => [
"ECMA 262 regex non-compliance/ECMA 262 has no support for \\Z anchor from .NET"
],
"draft6/ref.json" => [
"ref overrides any sibling keywords/remote ref valid, maxItems ignored",
"ref overrides any sibling keywords/ref valid, maxItems ignored"
]
})

Expand Down
2 changes: 1 addition & 1 deletion test/test-suite

0 comments on commit 383efaa

Please sign in to comment.