app/test: initialize table parameters
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 17 Aug 2015 16:58:32 +0000 (17:58 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 17 Aug 2015 17:08:55 +0000 (19:08 +0200)
commit1060e03b860e1b0d21a50f99c679bba59ca869bb
treee342489c7c6d69352d8c904a90d8b23a16a6710e
parent80ef54b279fc4edde3a91c2a6248f6863c997975
app/test: initialize table parameters

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 <pablo.de.lara.guarch@intel.com>
app/test/test_table_tables.c