Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_convertCrawlingPath_s3_various_formats (0.59 seconds)

  1. src/test/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardActionTest.java

            // Verify it's not being converted to file: protocol
            assertFalse(wizardAction.convertCrawlingPath(gcsPath).startsWith("file:"));
        }
    
        @Test
        public void test_convertCrawlingPath_s3_various_formats() {
            // Various S3 bucket and path formats
            assertEquals("s3://bucket/", wizardAction.convertCrawlingPath("s3://bucket/"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 9.9K bytes
    - Click Count (0)
Back to Top