Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 825 → Rev 826

/trunk/services/tests/0.1/cel/CelImagesTest.php
174,5 → 174,15
$this->assertRegExp("/$id/", $resultat['binaire.href']);
}
}
 
public function testDateAnterieur1901() {
$ressources = array('41825');
$parametres = array('referentiel'=>'bdtfx');
 
$retour = $this->consulterJson($this->service, $this->projet, $ressources, $parametres);
 
$this->assertArrayHasKey('date', $retour, "Présence champ : date");
$this->assertEquals("1891-00-00 00:00:00", $retour['date'], 'Valeur date <> 1891');
}
}
?>