- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for noLargeReadWrite (0.1 sec)
-
src/test/java/jcifs/tests/ReadWriteTest.java
} static Random getRandom () { return new Random(SEED); } @Parameters ( name = "{0}" ) public static Collection<Object> configs () { return getConfigs("smb1", "noLargeReadWrite", "noNTSmbs", "forceSigning", "smb2", "smb30", "smb31"); } @Test public void test () throws IOException { runReadWriteTest(4096, 4 * 4096); } @Test
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 13.2K bytes - Viewed (0) -
src/test/java/jcifs/tests/AllTests.java
cfg.put("jcifs.smb.client.useUnicode", "false"); cfg.put("jcifs.encoding", "windows-1252"); return cfg; } }); MUTATIONS.put("noLargeReadWrite", new TestMutation() { @Override public Map<String, String> mutate ( Map<String, String> cfg ) { cfg.put("jcifs.smb.client.maxVersion", "SMB1");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 14.4K bytes - Viewed (0)