/**
* Test del ricalcolo del piano di ammortamento a seguito dell'ultima erogazione.
*/
public void testRicalcoloPianoSalChiusura(){
//Questo test funziona su DBINT per il mutuo 10018385
Mutuo mutuo = null;
// TrancheMutuoSal trancheIntermedia = null;
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
Date dataChiusura = null;
try{
XStream xt = new XStream(new DomDriver());