config-parser tests: explicitly skip non-comparable elements
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 17 Jan 2017 21:07:00 +0000 (21:07 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 7 Apr 2017 11:08:37 +0000 (12:08 +0100)
commitcb5a37b53bc51917cb42ea49fbc6e20f8c7d784a
tree6f9c72ebc1770bb58b621f669100c43aa5d7644d
parent4a9083ff39e7986380cd86d1aff11e7658d7455d
config-parser tests: explicitly skip non-comparable elements

For these types, the tagged union in the Element struct does not store
anything we could usefuly compare.

Based on part of a patch from Thomas Zimmermann.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98191
bus/config-parser.c