Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for L4 (0.65 sec)

  1. src/test/java/jcifs/smb/SmbResourceLocatorImplTest.java

            SmbResourceLocatorImpl l3 = new SmbResourceLocatorImpl(ctx2, smbUrl("smb://host/share/file"));
            SmbResourceLocatorImpl l4 = new SmbResourceLocatorImpl(ctx2, smbUrl("smb://HOST/share/file"));
            assertEquals(l3, l4);
            assertEquals(l3.hashCode(), l4.hashCode());
        }
    
        @Test
        @DisplayName("overlaps requires same address and canonical URL prefix match")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.6K bytes
    - Viewed (0)
Back to top