Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testStandalone (0.06 sec)

  1. src/test/java/jcifs/tests/DfsTest.java

            assertNotNull(ref);
            assertEquals(getTestDfsTargetServer().toLowerCase(Locale.ROOT), ref.getServer().toLowerCase(Locale.ROOT));
    
        }
    
    
        @Test
        public void testStandalone () throws CIFSException, URISyntaxException {
            Assume.assumeTrue("Is domain DFS", isStandalone());
    
            CIFSContext context = getContext();
            context = withTestNTLMCredentials(context);
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Mar 01 09:46:04 UTC 2020
    - 13.5K bytes
    - Viewed (0)
Back to top