// Move the two identical files
clientA.moveFile("folder", "moved_folder");
clientA.up();
// A just upped, so there should not be changes.
assertFalse(clientA.status().getChangeSet().hasChanges());
// Check if the file histories were based on the correct originals
LsOperationOptions options = new LsOperationOptions();
options.setFetchHistories(true);
options.setPathExpression("moved_folder/subfolder1/");