Erwan
- Added a few cards - Creature attacks, blocks, is re-ordered in blocking list events
This commit is contained in:
@@ -354,7 +354,7 @@ int TestSuite::assertGame(){
|
||||
for (int j = 0; j < 4; j++){
|
||||
MTGGameZone * zone = playerZones[j];
|
||||
if (zone->nb_cards != endState.playerData[i].zones[j].nbitems){
|
||||
sprintf(result, "<span class=\"error\">==Card number not the same in %i==</span><br />",j);
|
||||
sprintf(result, "<span class=\"error\">==Card number not the same in %i==, expected %i, got %i</span><br />",j, endState.playerData[i].zones[j].nbitems, zone->nb_cards);
|
||||
Log(result);
|
||||
error++;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user