Utente utente = new UtenteImpl(utenteLight,46, "desmax74@yahoo.it", true, indirizzo, recapitoTel);
Long id = _service.saveUtente(utente);
Utente utenteRecuperato = _service.getUtente(id, 46);
assertNotNull(utenteRecuperato);
dbUtenti.pulisciDb();
dbCentro.pulisciDb();
dbUtenti = null;
dbCentro = null;
}