Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lmhosts_comments (0.17 sec)

  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");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top