- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_ZipExtractor_emptyArchive_handlesGracefully (1.45 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/ArchiveExtractorErrorHandlingTest.java
assertNotNull(result.getContent()); } /** * Test that empty ZIP archive is handled gracefully. */ public void test_ZipExtractor_emptyArchive_handlesGracefully() throws IOException { final ByteArrayOutputStream baos = new ByteArrayOutputStream(); try (final ZipOutputStream zos = new ZipOutputStream(baos)) { // Create empty archive
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 12.6K bytes - Viewed (0)