Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 782 → Rev 783

/trunk/services/tests/0.1/baseflor/GraphiquesBaseflorTest.php
154,7 → 154,7
foreach ($parametresListe as $parametres) {
$retour = $this->consulterBrut($ressources, $parametres);
$this->chargerXml($retour);
$this->etreSvg();
$this->etreSvg($retour);
}
}
}
168,7 → 168,7
foreach ($ressourcesListe as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$this->chargerXml($retour);
$this->etreSvg();
$this->etreSvg($retour);
$test = false;
$curseurs = $this->svg->getElementsByTagName('circle');
foreach ($curseurs as $curseur){
192,7 → 192,7
$retour = $this->consulterBrut($ressources, $parametres);
$this->chargerXml($retour);
$this->etreSvg();
$this->etreSvg($retour);
$test = false;