Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 783 Rev 786
Line 164... Line 164...
164
			array('sol','bdtfx.nn:73256'),
164
			array('sol','bdtfx.nn:73256'),
165
			array('climat','bdtfx.nn:73256'),
165
			array('climat','bdtfx.nn:73256'),
166
		);
166
		);
167
		$parametresListe = array();
167
		$parametresListe = array();
168
		foreach ($ressourcesListe as $ressources) {
168
		foreach ($ressourcesListe as $ressources) {
169
				$retour = $this->consulterBrut($ressources, $parametres);
169
				$retour = $this->consulterBrut($ressources, $parametresListe);
170
				$this->chargerXml($retour);
170
				$this->chargerXml($retour);
171
				$this->etreSvg($retour);
171
				$this->etreSvg($retour);
172
				$test = false;
172
				$test = false;
173
				$curseurs = $this->svg->getElementsByTagName('circle');
173
				$curseurs = $this->svg->getElementsByTagName('circle');
174
				foreach ($curseurs as $curseur){
174
				foreach ($curseurs as $curseur){
Line 188... Line 188...
188
			array('sol','bdtfx.nn:101128')
188
			array('sol','bdtfx.nn:101128')
189
		);
189
		);
190
		$parametresListe = array();
190
		$parametresListe = array();
191
		foreach ($ressourcesListe as $ressources) {
191
		foreach ($ressourcesListe as $ressources) {
Line 192... Line 192...
192
			
192
			
193
				$retour = $this->consulterBrut($ressources, $parametres);
193
				$retour = $this->consulterBrut($ressources, $parametresListe);
194
				$this->chargerXml($retour);
194
				$this->chargerXml($retour);
195
				$this->etreSvg($retour);
195
				$this->etreSvg($retour);
Line 231... Line 231...
231
			array('climat','bdtfx.nn:73256'),
231
			array('climat','bdtfx.nn:73256'),
232
			array('climat','bdtfx.nn:101128'),
232
			array('climat','bdtfx.nn:101128'),
233
			array('sol','bdtfx.nn:101128'));
233
			array('sol','bdtfx.nn:101128'));
234
			$parametresListe = array('retour' => 'image/png');
234
			$parametresListe = array('retour' => 'image/png');
235
			foreach ($ressourcesListe as $ressources) {
235
			foreach ($ressourcesListe as $ressources) {
236
				$this->consulterBrut($ressources, $parametres);
236
				$this->consulterBrut($ressources, $parametresListe);
237
				$fichier = config::get('cache.stockageChemin')."".$this->getFichier($ressources);
237
				$fichier = config::get('cache.stockageChemin')."".$this->getFichier($ressources);
238
				$this->assertFileExists($fichier.".svg"," {$fichier}.svg n'existe pas.");
238
				$this->assertFileExists($fichier.".svg"," {$fichier}.svg n'existe pas.");
239
				$this->assertFileExists($fichier.".png"," {$fichier}.png n'existe pas.");
239
				$this->assertFileExists($fichier.".png"," {$fichier}.png n'existe pas.");
240
			}
240
			}
241
		}
241
		}