Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testListTrailingSlash (0.08 sec)

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

                    assertEquals(numFiles, cnt);
                }
                finally {
                    f.delete();
                }
            }
        }
    
    
        @Test
        // BUG #61
        public void testListTrailingSlash () throws MalformedURLException, UnknownHostException, CIFSException {
            CIFSContext ctx = getContext();
            try ( SmbFile f = createTestDirectory() ) {
                try ( SmbFile a = new SmbFile(f, "a/");
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 25.5K bytes
    - Viewed (0)
Back to top