- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for test123 (0.07 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java
.withCopyFileToContainer(mountableTestuser2, "/testuser2")// .withCommand(// "-u", "testuser1;test123", // "-u", "testuser2;test123", // "-s", "public;/share;yes;no;no;testuser1", // "-s", "users;/srv;no;no;no;testuser1,testuser2", //
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 13.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
value = "ftp://123.123.123.123:21/test1/test.txt"; ftpInfo = new FtpClient.FtpInfo(value, Constants.UTF_8); assertEquals("ftp://123.123.123.123/test1/test.txt", ftpInfo.toUrl()); assertEquals("123.123.123.123:21", ftpInfo.getCacheKey()); assertEquals("123.123.123.123", ftpInfo.getHost()); assertEquals(21, ftpInfo.getPort()); assertEquals("/test1", ftpInfo.getParent());
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 18K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java
assertTrue(responseData.getUrl().endsWith("test/text1.txt")); final String content = new String(InputStreamUtil.getBytes(responseData.getResponseBody()), "UTF-8"); assertEquals("test1", content.trim()); } public void test_doGet_file_with_space() throws Exception { final File file = ResourceUtil.getResourceAsFile("test/text 3.txt"); String path = file.getAbsolutePath();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 8K bytes - Viewed (0)