tests: Add nullable check to wl_message_count_arrays
authorYong Bakos <ybakos@humanoriented.com>
Fri, 11 Nov 2016 15:08:09 +0000 (07:08 -0800)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 18 Nov 2016 14:59:23 +0000 (16:59 +0200)
commit2d328a4559152ed11e52bdbd85689d7b2239596a
tree1d3d535fe88f2dc578374055d328f39c37f09be7
parentb0cd65deacb99c9cf0ca5c0c741307eb1f4a9c5e
tests: Add nullable check to wl_message_count_arrays

Array argument symbols in a wl_message may be nullable, but the test for
wl_message_count_arrays did not test this. Add one more wl_message with
nullable array arguments.

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
tests/message-test.c