leadpony / jsonp-test-suite

Test Suite for implementations of Jakarta JSON Processing API (JSON-P)
Apache License 2.0
3 stars 2 forks source link

getConfigInUseShouldNotContainUnknownProperty checks that config properties are removed, but shouldn't #3

Closed ssilverman closed 3 years ago

ssilverman commented 3 years ago

I was wondering why unknown properties are expected to be removed from the config in the various factory tests? This doesn't seem like expected behaviour.

ssilverman commented 3 years ago

I take it back. I just re-read the Javadocs for the getConfigInUse() methods. Turns out they're not supposed to be there.