Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 216 Rev 217
Line 213... Line 213...
213
		$this->verifierNbreResultats(1);
213
		$this->verifierNbreResultats(1);
214
		$nomSciAttendu = '<span class="sci"><span class="gen">Acer</span> <span class="sp">monspessulanum</span></span> <span class="auteur">L.</span> [<span class="annee">1753</span>, <span class="biblio">Sp. Pl., éd. 1 : 1056</span>]';
214
		$nomSciAttendu = '<span class="sci"><span class="gen">Acer</span> <span class="sp">monspessulanum</span></span> <span class="auteur">L.</span> [<span class="annee">1753</span>, <span class="biblio">Sp. Pl., éd. 1 : 1056</span>]';
215
		$this->verifierResultatsLigneAttributValeur(182, 'nom_sci', $nomSciAttendu);
215
		$this->verifierResultatsLigneAttributValeur(182, 'nom_sci', $nomSciAttendu);
216
	}*/
216
	}*/
Line -... Line 217...
-
 
217
 
-
 
218
	// TODO : à implémenter
217
 
219
	/*
218
	public function testListeNomsAvecParametreRetourChamps() {
220
	public function testListeNomsAvecParametreRetourChamps() {
219
		$ressources = array();
221
		$ressources = array();
220
		$parametres = array('version.projet' => '1.01',
222
		$parametres = array('version.projet' => '1.01',
221
				'masque' => 'acer',
223
				'masque' => 'acer',
Line 226... Line 228...
226
		$this->verifierStructureListe();
228
		$this->verifierStructureListe();
227
		$this->presenceAttributDansResultat(83587, 'auteur');
229
		$this->presenceAttributDansResultat(83587, 'auteur');
228
		$this->presenceAttributDansResultat(83587, 'nom_retenu.id');
230
		$this->presenceAttributDansResultat(83587, 'nom_retenu.id');
229
		$this->presenceAttributDansResultat(83587, 'nom_retenu.href');
231
		$this->presenceAttributDansResultat(83587, 'nom_retenu.href');
230
		$this->abscenceAttributDansResultat(83587, 'nom_retenu');
232
		$this->abscenceAttributDansResultat(83587, 'nom_retenu');
231
	}
233
	}*/
Line 232... Line 234...
232
 
234
 
233
	public function testSansParametres() {
235
	public function testSansParametres() {
234
		$ressources = array('85');
236
		$ressources = array('85');