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

Is the tag 20160212 targeting JSON-Java/20160212? #41

Closed jinahya closed 8 years ago

jinahya commented 8 years ago

I checked out both repositories on 20160212 and failed to compile.

[ERROR] /Users/onacit/tmp/JSON-Java-MG/src/test/java/org/json/junit/src/test/org/json/junit/CookieListTest.java:[182,73] cannot find symbol
[ERROR] symbol:   variable JsonPath
[ERROR] location: class org.json.junit.CookieListTest
jinahya commented 8 years ago

Oh, I just realized you changed it into a fully scoped gradle project structure.