Skip to content

Commit

Permalink
TIKA-4326: replace deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 14, 2025
1 parent 8f54544 commit 8ac9a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void testGetChmBlockInfo() throws ChmParsingException {
.getDirectoryListingEntryList()) {
chmBlockInfo = ChmBlockInfo
.getChmBlockInfoInstance(directoryListingEntry, (int) clrt.getBlockLen(),
chmLzxcControlData);
chmLzxcControlData, null);
// Assert.assertTrue(!directoryListingEntry.getName().isEmpty() &&
// chmBlockInfo.toString() != null);
assertTrue(!ChmCommons.isEmpty(directoryListingEntry.getName()) &&
Expand Down

0 comments on commit 8ac9a52

Please sign in to comment.