- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_doHead_file (0.12 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java
} catch (final CrawlerSystemException e) {} try { fsClient.preprocessUri(""); fail(); } catch (final CrawlerSystemException e) {} } public void test_doHead_file() throws Exception { final File file = ResourceUtil.getResourceAsFile("test/text1.txt"); String path = file.getAbsolutePath(); if (!path.startsWith("/")) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 8K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
assertEquals(21, ftpInfo.getPort()); assertEquals("/", ftpInfo.getParent()); assertNull(ftpInfo.getName()); } public void test_doHead_file() throws Exception { FtpServer server = null; try { String username = "testuser"; String password = "testpass";
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 16.3K bytes - Viewed (0)