Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_ZipExtractor_emptyArchive_handlesGracefully (4.54 sec)

  1. 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)
Back to top