Subversion Repositories eFlore/Applications.del

Rev

Rev 690 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 690 Rev 882
Line 24... Line 24...
24
	
24
	
25
	@Before 
25
	@Before 
Line 26... Line 26...
26
	public void setUp() {
26
	public void setUp() {
27
		
27
		
28
		obs = new Observation();
28
		obs = new Observation();
Line 29... Line 29...
29
		comm = new Commentaire(new Contributeur("Peronnet", "Aurélien", "aurelien@tela-botanica.org"), new Date(), "Ceci est une chaine de charactères");
29
		comm = new Commentaire(new Contributeur("1", "Peronnet", "Aurélien", "aurelien@tela-botanica.org"), new Date(), "Ceci est une chaine de charactères");
30
		obs.getInterventionsForum().add(comm);
30
		obs.getInterventionsForum().add(comm);
31
		
31