Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-04 | tests/qapi-schema: Cover non-string, non-dictionary members | Markus Armbruster | |
We always report "should be a dictionary" then. This is misleading: when allow_dict, it can be a dictionary or a type name string, else it can only be a type name. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> |