Re: [PATCH] test_table: initialize table parameteres
From: Thomas Monjalon <hidden>
Date: 2015-08-17 17:08:56
From: Thomas Monjalon <hidden>
Date: 2015-08-17 17:08:56
2015-08-17 17:58, Pablo de Lara:
In table_autotest, the structures containing the parameters to create the tables were not initialized, and therefore, some checks could fail and so the unit test. Also, due to this initialization, one of the tests that was checking if the table was improperly initialized has been removed, as it is not needed anymore (duplicated) Signed-off-by: Pablo de Lara <redacted>
Applied, thanks