Skip to content

Commit 2196f05

Browse files
committed
Fixed issue causing some tests to skip when run from command line
Added @test annotation to the JsonPatchOperationTest class so that classes that do not have separate test methods(ie ones that just use the text files to test) will get executed whenever the test suite is run.
1 parent 94aa3ea commit 2196f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/github/fge/jsonpatch/JsonPatchOperationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
import static org.testng.Assert.*;
3838

39+
@Test
3940
public abstract class JsonPatchOperationTest
4041
{
4142
private static final MessageBundle BUNDLE

0 commit comments

Comments
 (0)