From 6af9a8fc8ec83f823c079211bc7a2414b1d4e5fe Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 31 Jul 2015 13:30:50 +0200 Subject: 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 Reviewed-by: Eric Blake --- tests/qapi-schema/data-member-array.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/qapi-schema/data-member-array.json (limited to 'tests/qapi-schema/data-member-array.json') diff --git a/tests/qapi-schema/data-member-array.json b/tests/qapi-schema/data-member-array.json deleted file mode 100644 index e6f7f5da13..0000000000 --- a/tests/qapi-schema/data-member-array.json +++ /dev/null @@ -1,4 +0,0 @@ -# valid array members -{ 'enum': 'abc', 'data': [ 'a', 'b', 'c' ] } -{ 'struct': 'def', 'data': { 'array': [ 'abc' ] } } -{ 'command': 'okay', 'data': { 'member1': [ 'int' ], 'member2': [ 'def' ] } } -- cgit v1.2.3-55-g7522