Skip to content
Snippets Groups Projects
Commit b8d7c44b authored by Brihmt's avatar Brihmt
Browse files

paufinage

parent d63581a9
No related branches found
No related tags found
No related merge requests found
......@@ -135,11 +135,13 @@ void testlco(){
printf("test lco agenda NULL : Échoué\n");
//Cas motif présent dans aucune action
printf("\ntest lco motif présent dans aucune action :\n");
agenda = initialiseAgenda("donnee.txt");
lco = listeJours(agenda, "gloubi");
afficherLco(lco);
//Cas motif présent dans une ou plusieurs actions
printf("\ntest lco motif présent dans une ou plusieurs actions :\n");
agenda = initialiseAgenda("donnee.txt");
lco = listeJours(agenda, "nain");
afficherLco(lco);
......@@ -147,8 +149,8 @@ void testlco(){
int main(){
testInitialiserAgenda();
testSauvegarderSDD();
testSupprimerActions();
//testInitialiserAgenda();
//testSauvegarderSDD();
//testSupprimerActions();
testlco();
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment