The harness for jschon hardcodes the magic URI that the test suite uses (http://localhost:1234) as a base URI, but harnesses aren't supposed to know anything about that at this point (given that all the retrieval URIs are present in registrys sent with requests).
We should kill that reference and basically have jschon always use that InMemory thing.
The harness for jschon hardcodes the magic URI that the test suite uses (
http://localhost:1234) as a base URI, but harnesses aren't supposed to know anything about that at this point (given that all the retrieval URIs are present inregistrys sent with requests).We should kill that reference and basically have jschon always use that
InMemorything.