summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/data-array-empty.json
diff options
context:
space:
mode:
authorMarkus Armbruster2015-07-31 13:30:50 +0200
committerMarkus Armbruster2015-09-04 15:47:15 +0200
commit6af9a8fc8ec83f823c079211bc7a2414b1d4e5fe (patch)
treedc5a3724b74fccb2222df4a04a4930261e5bf1c3 /tests/qapi-schema/data-array-empty.json
parenttests/qapi-schema: Restore test case for flat union base bug (diff)
downloadqemu-6af9a8fc8ec83f823c079211bc7a2414b1d4e5fe.tar.gz
qemu-6af9a8fc8ec83f823c079211bc7a2414b1d4e5fe.tar.xz
qemu-6af9a8fc8ec83f823c079211bc7a2414b1d4e5fe.zip
tests/qapi-schema: Rename tests from data- to args-
Since every schema entity has 'data', the data- prefix conveys no information. These tests actually exercise commands. Only commands have arguments, so change the prefix to to args-. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/data-array-empty.json')
-rw-r--r--tests/qapi-schema/data-array-empty.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/data-array-empty.json b/tests/qapi-schema/data-array-empty.json
deleted file mode 100644
index 652dcfb24a..0000000000
--- a/tests/qapi-schema/data-array-empty.json
+++ /dev/null
@@ -1,2 +0,0 @@
-# we reject an array for data if it does not contain a known type
-{ 'command': 'oops', 'data': { 'empty': [ ] } }