111112113114115116117118
assertAttributesChanged(); } @Test(timeout = 10000) public void testGetWithP() throws Exception { run(new Get(), "-p", FROM.toString(), TO.toString()); assertAttributesPreserved(); }
117118119120121122123124
assertAttributesPreserved(); } @Test(timeout = 10000) public void testGetWithoutP() throws Exception { run(new Get(), FROM.toString(), TO.toString()); assertAttributesChanged(); }
109110111112113114115116
115116117118119120121122