Package: libtest-json-schema-acceptance-perl / 1.003+ds-1

Metadata

Package Version Patches format
libtest-json-schema-acceptance-perl 1.003+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ignore failing tests.patch | (download)

t/02-constructor.t | 24 12 + 12 - 0 !
t/11-additional-resources.t | 17 0 + 17 - 0 !
2 files changed, 12 insertions(+), 29 deletions(-)

 draft2019-09 is not yet released with json-schema-test-suite.
schema location.patch | (download)

META.json | 4 0 + 4 - 0 !
META.yml | 3 0 + 3 - 0 !
Makefile.PL | 20 10 + 10 - 0 !
lib/Test/JSON/Schema/Acceptance.pm | 6 3 + 3 - 0 !
t/00-report-prereqs.dd | 6 1 + 5 - 0 !
t/01-basic.t | 2 1 + 1 - 0 !
t/02-constructor.t | 2 1 + 1 - 0 !
t/03-validate_data.t | 2 1 + 1 - 0 !
t/04-validate_json_string.t | 2 1 + 1 - 0 !
t/99-sanity.t | 6 3 + 3 - 0 !
10 files changed, 21 insertions(+), 32 deletions(-)

 removing the need to use perl's sharedir, using schema files from
 JSON-Schema-Test-Suite package.
boolean test number.patch | (download)

t/01-basic.t | 2 1 + 1 - 0 !
t/03-validate_data.t | 2 1 + 1 - 0 !
t/04-validate_json_string.t | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 debian package json-schema-test-suite 2.0.0-1.1 has draft7 with 7
 boolean type tests instead of 10, thus the number has to be adjusted.