aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-data-invalid.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-08-31 17:17:42 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-09-04 15:47:16 +0200
commit10689e36eb99e99751497ac8cef2a946e9a3a850 (patch)
treea1fe458f07481ef6aabd3e2137eef38305c7fe79 /tests/qapi-schema/struct-data-invalid.json
parent91f9816da4d505d379753896f3f7b6abb910324b (diff)
tests/qapi-schema: Cover non-string, non-dictionary members
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>
Diffstat (limited to 'tests/qapi-schema/struct-data-invalid.json')
-rw-r--r--tests/qapi-schema/struct-data-invalid.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/struct-data-invalid.json b/tests/qapi-schema/struct-data-invalid.json
new file mode 100644
index 0000000000..b76de82552
--- /dev/null
+++ b/tests/qapi-schema/struct-data-invalid.json
@@ -0,0 +1,3 @@
+# FIXME error "should be a dictionary" is misleading, type name is also fine
+{ 'struct': 'foo',
+ 'data': false }