1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2017-10-30 08:43:56 -05:00 committed by GitHub
parent af3b7dc443
commit 578a442ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,11 @@ When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.
* If you have unit test results along with pull requests, the reviewer has an easier time understanding your code and determining if the it works as intended. * If you have unit test results along with pull requests, the reviewer has an easier time understanding your code and determining if the it works as intended.
When you start working on a test, add the empty file to the repository and update the readme, so that others will know that test is taken. When you start working on a test, add the empty file to the repository and update the readme, so that others will know that test is taken.
**Caveats:**
JSON-Java is Java 1.6-compatible, but JSON-Java-unit-tests requests Java 1.8. If you see this error, make sure you have 1.8 installed, on your path, and set in JAVA_HOME:
Execution failed for task ':compileJava'.
> invalid flag: -parameters
A unit test has the following stages: A unit test has the following stages: