_dbus_marshal_validate_test: Merge two sets of signature validity checks
authorSimon McVittie <smcv@collabora.com>
Tue, 4 Jul 2017 16:00:59 +0000 (17:00 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 5 Jul 2017 12:12:52 +0000 (13:12 +0100)
commitb081a7692936fe499aa60bc56c870a5a631aa510
tree3c89497154dadf6d704d689b69331f1a7f254cb5
parent0354f5d48fd204bb891946a2baf82290497b44c9
_dbus_marshal_validate_test: Merge two sets of signature validity checks

The deleted lines used to be a test for _dbus_validate_signature(),
until I deleted that function. We also had a completely separate
test for _dbus_validate_signature_with_reason() which remains present.
Some of the test vectors were tested in both places.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101568
dbus/dbus-marshal-validate-util.c