Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for lmhosts_comments (0.08 seconds)

  1. src/test/java/jcifs/netbios/LmhostsTest.java

            assertNotNull(result);
        }
    
        @Test
        void testPopulateWithComments() throws Exception {
            // Create a temporary lmhosts file with comments
            File lmhostsFile = tempDir.resolve("lmhosts_comments").toFile();
            try (FileWriter writer = new FileWriter(lmhostsFile)) {
                writer.write("# This is a comment\n");
                writer.write("192.168.1.100 HOST1\n");
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 18.2K bytes
    - Click Count (0)
Back to Top