mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-18 00:00:50 -04:00
add JSONPointerTest to test suite, fix resource for gradle build
This commit is contained in:
@@ -14,7 +14,8 @@ import org.junit.runners.Suite;
|
||||
JSONStringerTest.class,
|
||||
JSONObjectTest.class,
|
||||
JSONArrayTest.class,
|
||||
EnumTest.class
|
||||
EnumTest.class,
|
||||
JSONPointerTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user