public void testReferenteCentro() {
DBCredentials dbCredentials = new DBCredentials();
dbCredentials.preparaDb();
DBRoles dbRoles = new DBRoles();
dbRoles.preparaDb();
Authentication authentication = new UsernamePasswordAuthenticationToken(
"pippo", "pippo");
Authentication authenticated = _dao.authenticate(authentication);
assertNotNull(authenticated);