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>
Showing
- tests/qapi-schema/alternate-clash.json 1 addition, 1 deletiontests/qapi-schema/alternate-clash.json
- tests/qapi-schema/alternate-nested.json 1 addition, 1 deletiontests/qapi-schema/alternate-nested.json
- tests/qapi-schema/args-alternate.json 1 addition, 1 deletiontests/qapi-schema/args-alternate.json
- tests/qapi-schema/doc-bad-alternate-member.json 1 addition, 1 deletiontests/qapi-schema/doc-bad-alternate-member.json
- tests/qapi-schema/qapi-schema-test.json 5 additions, 4 deletionstests/qapi-schema/qapi-schema-test.json
- tests/qapi-schema/qapi-schema-test.out 17 additions, 13 deletionstests/qapi-schema/qapi-schema-test.out
- tests/qapi-schema/returns-alternate.json 1 addition, 1 deletiontests/qapi-schema/returns-alternate.json
- tests/test-clone-visitor.c 11 additions, 12 deletionstests/test-clone-visitor.c
- tests/test-qobject-input-visitor.c 28 additions, 28 deletionstests/test-qobject-input-visitor.c
- tests/test-qobject-output-visitor.c 2 additions, 2 deletionstests/test-qobject-output-visitor.c
Loading
Please register or sign in to comment