Skip to content
Snippets Groups Projects
Commit 6dabcdb0 authored by Le-Bao-Tin.Ha's avatar Le-Bao-Tin.Ha
Browse files

Update test_personnage.h

parent fab51d30
No related branches found
No related tags found
4 merge requests!8Modele,!7Modele,!6Modele,!5Modele Version 1
...@@ -22,7 +22,7 @@ TEST(test_init_personnage,values_3_3_3_3_3_testimage){ ...@@ -22,7 +22,7 @@ TEST(test_init_personnage,values_3_3_3_3_3_testimage){
TEST(test_calcul_point,values_3_3){ TEST(test_calcul_point,values_3_3){
Personnage person; Personnage person;
init_pers(&person,3,3,3,3,3,"testimage"); init_pers(&person,3,3,3,3,3,"testimage");
calculpointspers(&person); calcul_points_pers(&person);
EXPECT_EQ(6,person.x_hr); EXPECT_EQ(6,person.x_hr);
EXPECT_EQ(3,person.y_hr); EXPECT_EQ(3,person.y_hr);
EXPECT_EQ(3,person.x_ll); EXPECT_EQ(3,person.x_ll);
......
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