tests: Rename UserDefNativeListUnion to UserDefListUnion
commitb359f4b203fc8a3cc2967bf55d532dcf05928c8a
authorMarkus Armbruster <armbru@redhat.com>
Fri, 1 Mar 2019 15:40:49 +0000 (1 16:40 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 5 Mar 2019 13:43:11 +0000 (5 14:43 +0100)
tree8c9e0a0321b0e2daf5385ceaa331983fc9f6ffc4
parent709395f8f627808175307f0c298ce71614fa67d0
tests: Rename UserDefNativeListUnion to UserDefListUnion

The lists in UserDefNativeListUnion aren't "native", they're lists of
built-in types.  The next commit will add a list of a user-defined
type.  Drop "Native", and adjust the tests using the type.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190301154051.23317-6-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/test-clone-visitor.c
tests/test-qmp-cmds.c
tests/test-qobject-input-visitor.c
tests/test-qobject-output-visitor.c