Skip to content

Commit

Permalink
Another test rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 6, 2021
1 parent 3d03e4c commit 6adb1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/wstxtest/fuzz/Fuzz125_32969_UTF32ReadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Fuzz125_32969_UTF32ReadTest extends BaseStreamTest
}

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

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

0 comments on commit 6adb1e4

Please sign in to comment.