Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDownload_notFound (0.07 seconds)

  1. src/test/java/org/codelibs/fess/it/admin/StorageTests.java

            assertTrue(statusCode == 200 || statusCode == 400 || statusCode == 500,
                    "Status code should be 200, 400 or 500, but was " + statusCode);
        }
    
        @Test
        void testDownload_notFound() {
            // Try to download a non-existent file
            Response response =
                    given().header("Authorization", getTestToken()).when().get(getApiPath() + "/download/nonexistent_file_12345.txt");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top