Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 881 → Rev 882

/trunk/src/org/tela_botanica/del/test/vues/comparaisoneflore/ComparaisonEflorePresenteurTest.java
33,7 → 33,7
}
}).when(imageService).getImagesEfloreParTaxon(Mockito.anyString(), Mockito.any(ImagesParTaxonCallback.class));
 
comparaisonEflorePresenteur = new ComparaisonEflorePresenteur(vue, voteProtocoleService, imageService);
comparaisonEflorePresenteur = new ComparaisonEflorePresenteur(vue, imageService);
comparaisonEflorePresenteur.chargerObservationsEflore();
 
}