Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for test_doGet_file (0.17 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java

                                || url.contains("test/text2.txt") || url.contains("test/text%203.txt"));
                    }
                }
            }
    
        }
    
        public void test_doGet_file() throws Exception {
            final File file = ResourceUtil.getResourceAsFile("test/text1.txt");
            String path = file.getAbsolutePath();
            if (!path.startsWith("/")) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java

                }
            } finally {
                if (server != null) {
                    server.stop();
                }
            }
        }
    
        public void test_doGet_file() throws Exception {
            FtpServer server = null;
            try {
                String username = "testuser";
                String password = "testpass";
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top