tests/qapi-schema: Avoid 'str' in alternate test cases
commit8168ca8ea3699b9fca4d8c948c7fa6ecdedc4a97
authorMarkus Armbruster <armbru@redhat.com>
Mon, 22 May 2017 16:42:14 +0000 (22 18:42 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 31 May 2017 14:04:05 +0000 (31 16:04 +0200)
treeaabf333374f1e7995ea807d068fb745f0baab59c
parent8339fa266ccd03a43d4a9f196f1098fa3c6924f2
tests/qapi-schema: Avoid 'str' in alternate test cases

The next commit is going to make alternate members of type 'str'
conflict with other scalar types.  Would break a few test cases that
don't actually require 'str'.  Flip them from 'str' to 'bool' or
'EnumOne'.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1495471335-23707-4-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
tests/qapi-schema/alternate-clash.json
tests/qapi-schema/alternate-nested.json
tests/qapi-schema/args-alternate.json
tests/qapi-schema/doc-bad-alternate-member.json
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/qapi-schema/returns-alternate.json
tests/test-clone-visitor.c
tests/test-qobject-input-visitor.c
tests/test-qobject-output-visitor.c