Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 96 → Rev 97

/trunk/scripts/modules/tests/Tests.php
38,7 → 38,7
$this->resultatDao = new ResultatDao();
$this->traitementDao = new TraitementDao();
Debug::printr('Dans le script test');
// Récupération du dernier traitement demandé
$this->traitement = $this->traitementDao->getDernierTraitement($this->projet, self::SCRIPT_NOM);
if (isset($this->traitement)) {
66,6 → 66,8
}
// Écriture de la date de fin du traitement
Debug::printr('Termine:'.$this->traitementDao->terminerTraitement($this->traitement['id_traitement']));
} else {
Debug::printr("Aucun dernier traitement trouvé pour le projet '{$this->projet}' et le script '".self::SCRIPT_NOM."' !");
}
}