app/test: fix table alignment check
authorMaciej Gajdzica <maciejx.t.gajdzica@intel.com>
Wed, 12 Aug 2015 12:41:27 +0000 (14:41 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 17 Aug 2015 16:03:40 +0000 (18:03 +0200)
commit80ef54b279fc4edde3a91c2a6248f6863c997975
tree18f8dd120b45777283ba50038167354cd0383734
parent621389bbbe0860d41538aeac893b6d74e714530c
app/test: fix table alignment check

In commit: 1129992baa61d72c5 checking for offset alignment was removed.
Unit tests wasn't updated to reflect that change. This patch changes
checks with unaligned offsets to make tests pass.

Fixes: 1129992baa61 ("port: fix unaligned access to metadata")

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Acked-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
app/test/test_table_tables.c