Skip to content

Commit 6adb1e4

Browse files
committed
Another test rename
1 parent 3d03e4c commit 6adb1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/wstxtest/fuzz/Fuzz125_32969_UTF32ReadTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Fuzz125_32969_UTF32ReadTest extends BaseStreamTest
2626
}
2727

2828
//[woodstox-core#125]: InputStream
29-
public void testIssue124InputStream() throws Exception
29+
public void testIssue125InputStream() throws Exception
3030
{
3131
XMLStreamReader sr = STAX_F.createXMLStreamReader(new ByteArrayInputStream(DOC));
3232
try {
@@ -39,7 +39,7 @@ public void testIssue124InputStream() throws Exception
3939
}
4040

4141
//[woodstox-core#125]: byte[] input
42-
public void testIssue465Stax2ByteArray() throws Exception
42+
public void testIssue125Stax2ByteArray() throws Exception
4343
{
4444
// Then "native" Byte array
4545
Stax2ByteArraySource src = new Stax2ByteArraySource(DOC, 0, DOC.length);

0 commit comments

Comments
 (0)