This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new b111105a Spelling
b111105a is described below
commit b111105a3f05f79aaf3d1af6ee2189d558de633d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 1 11:11:25 2023 -0500
Spelling
---
.../commons/compress/archivers/zip/Maven221MultiVolumeTest.java | 2 +-
.../commons/compress/harmony/unpack200/tests/BcBandsTest.java | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/src/test/java/org/apache/commons/compress/archivers/zip/Maven221MultiVolumeTest.java
b/src/test/java/org/apache/commons/compress/archivers/zip/Maven221MultiVolumeTest.java
index 34c4b5d3..2baa60c8 100644
---
a/src/test/java/org/apache/commons/compress/archivers/zip/Maven221MultiVolumeTest.java
+++
b/src/test/java/org/apache/commons/compress/archivers/zip/Maven221MultiVolumeTest.java
@@ -30,7 +30,7 @@ import org.apache.commons.compress.archivers.ArchiveEntry;
import org.junit.jupiter.api.Test;
/**
- * JUnit testcase for a multi-volume zip file.
+ * JUnit test for a multi-volume zip file.
*
* Some tools (like 7-zip) allow users to split a large archives into 'volumes'
* with a given size to fit them into multiple cds, usb drives, or emails with
diff --git
a/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/BcBandsTest.java
b/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/BcBandsTest.java
index 30bb5ee5..781790c9 100644
---
a/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/BcBandsTest.java
+++
b/src/test/java/org/apache/commons/compress/harmony/unpack200/tests/BcBandsTest.java
@@ -415,7 +415,7 @@ public class BcBandsTest extends AbstractBandsTestCase {
* @throws IOException
*/
@Test
- @Disabled("TODO: Need to fix this testcase so it has enough data to pass.")
+ @Disabled("TODO: Need to fix this test so it has enough data to pass.")
public void testBcInitRefRefBand() throws IOException, Pack200Exception {
final byte[] bytes = { (byte) 230, (byte) 231, (byte) 232,
(byte) 255, 8, 8, 8 }; // bc_initrefref band
@@ -533,7 +533,7 @@ public class BcBandsTest extends AbstractBandsTestCase {
*/
@Test
public void testBcShortBand() throws IOException, Pack200Exception {
- // TODO: Need to fix this testcase so it has enough data to pass.
+ // TODO: Need to fix this test so it has enough data to pass.
final byte[] bytes = { 17, (byte) 196, (byte) 132, (byte) 255, 8,
8,// bc_short band
8 }; // bc_locals band (required by wide iinc (196, 132))
@@ -586,7 +586,7 @@ public class BcBandsTest extends AbstractBandsTestCase {
* @throws IOException
*/
@Test
- @Disabled("TODO: Need to fix this testcase so it has enough data to pass.")
+ @Disabled("TODO: Need to fix this test so it has enough data to pass.")
public void testBcSuperMethodBand() throws IOException, Pack200Exception {
final byte[] bytes = { (byte) 220, (byte) 221, (byte) 222,
(byte) 227, (byte) 228, (byte) 229, (byte) 255, 8, 8, 8, 8, 8,