for-GET / jesse

jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang.
https://github.com/for-get/jesse
Apache License 2.0
124 stars 64 forks source link

Tests from upstream are 6 years old #107

Closed kikofernandez closed 3 years ago

kikofernandez commented 3 years ago

Hi, when checking the testing from upstream (from test/JSON-Schema-Test-Suite/), I noticed that the tests that I think are used now are from 6 years ago, since the submodule commit has not changed.

Is this the case? Thanks.

seriyps commented 3 years ago

Hi. It could easily be like that, yep. I guess, since JSON schema draft-04 have been released in 2013, there were no real need to update the test suites.

Now, if we get the draft-06 merged, I think it would make a lot of sense to update the test suites as well eventually.

andreineculau commented 3 years ago

to be fixed in #108