- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_urlParsing_emptyPath (0.1 seconds)
-
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
assertTrue(e.getMessage().contains("GCS_PROJECT_ID is blank")); } } /** * Test URL with empty path returns empty object name. */ public void test_urlParsing_emptyPath() throws Exception { URL url = new URL("gcs://mybucket"); Handler handler = new Handler(); Handler.GcsURLConnection conn = (Handler.GcsURLConnection) handler.openConnection(url);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 14.1K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
assertTrue(e.getMessage().contains("endpoint is blank")); } } /** * Test URL with empty path returns empty object name. */ public void test_urlParsing_emptyPath() throws Exception { URL url = new URL("storage://mybucket"); Handler handler = new Handler(); Handler.StorageURLConnection conn = (Handler.StorageURLConnection) handler.openConnection(url);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 14.4K bytes - Click Count (0)