99100101102103104105106
assertEquals(0, cmd.run(args)); } @Test(timeout = 10000) public void testPutWithP() throws Exception { run(new Put(), "-p", FROM.toString(), TO.toString()); assertAttributesPreserved(); }
105106107108109110111112
assertAttributesPreserved(); } @Test(timeout = 10000) public void testPutWithoutP() throws Exception { run(new Put(), FROM.toString(), TO.toString()); assertAttributesChanged(); }
979899100101102103104
103104105106107108109110