Skip to content

Commit 3bad7c9

Browse files
committed
Move formerly failing #968 test to non-failing
1 parent ccf668b commit 3bad7c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/java/com/fasterxml/jackson/core/dos/PerfBigDecimalParser967.java renamed to src/test/java/com/fasterxml/jackson/core/dos/PerfBigDecimalParser967Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import com.fasterxml.jackson.core.*;
77

88
// For [core#967]
9-
public class PerfBigDecimalParser967
9+
public class PerfBigDecimalParser967Test
1010
{
1111
private final JsonFactory JSON_F = new JsonFactory();
1212

src/test/java/com/fasterxml/jackson/failing/PerfBigDecimalToInteger968.java renamed to src/test/java/com/fasterxml/jackson/core/dos/PerfBigDecimalToInteger968Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.failing;
1+
package com.fasterxml.jackson.core.dos;
22

33
import org.junit.Assert;
44
import org.junit.Test;
@@ -7,7 +7,7 @@
77
import com.fasterxml.jackson.core.exc.StreamConstraintsException;
88

99
// For [core#968]]
10-
public class PerfBigDecimalToInteger968
10+
public class PerfBigDecimalToInteger968Test
1111
{
1212
private final JsonFactory JSON_F = new JsonFactory();
1313

0 commit comments

Comments
 (0)