stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Adjustments to tests for https://github.com/stleary/JSON-java/pull/337 #71

Closed johnjaylward closed 7 years ago

stleary commented 7 years ago

Thanks, will merge when https://github.com/stleary/JSON-java/pull/337 is merged.

johnjaylward commented 7 years ago

this one is for 337, not 336.

stleary commented 7 years ago

Sorry, just assumed this was the fix for the broken increment test in 336 (branch johnjaylward-fixSpelling), but I did not actually execute the test to make sure.

johnjaylward commented 7 years ago

70 fixes the increment tests

stleary commented 7 years ago

Thanks, I think the comments and links are corrected now

johnjaylward commented 7 years ago

I believe these tests cover what we need.

stleary commented 7 years ago

OK to merge after stleary/JSON-java#337